import type { DialogContextValue } from '../types'; export declare const DialogContext: import("react").Context; export declare const useDialogContext: () => DialogContextValue;