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