import { FunctionComponent } from "preact"; export declare const HydrateContext: import("preact").Context; export interface HydrationProps { method?: "idle" | "visible"; } export declare function withHydrate>(Component: T, hydrationProps?: HydrationProps): T;