import { PropsWithChildren } from "react"; export declare const PrepassContext: import("react").Context; export declare function PlasmicPrepassContext(props: PropsWithChildren<{ cache: Map; }>): import("react").JSX.Element;