type Params = { file_path: string; root_file?: string; server_res?: any; }; export default function grabPageReactComponentString({ file_path, root_file, server_res, }: Params): string | undefined; export {};