export declare function PreloadChunks({ moduleIds, }: {
    moduleIds: string[] | undefined;
}): import("react").JSX.Element | null;
