import { type DialogContext as DialogContextType, type DialogWrapperContext as DialogWrapperContextType } from "./types"; export declare const DialogContext: import("react").Context>; export declare const DialogWrapperContext: import("react").Context>;