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