import { h } from "preact"; export declare const HydrateContext: import("preact").Context; export declare const withHydrate: (Component: any) => { (props: any): h.JSX.Element; __withHydrate: boolean; };