import { FC } from "preact/compat"; export declare const __DocContext: import("preact").Context<{ head: { current: any[]; }; hydrate: { current: any[]; }; }>; export declare const __hydratedComponents: any[]; export declare const Document: FC<{ hydrateExportManifest?: any; page?: string; styles?: string[]; hasScripts?: boolean; }>;