import * as React from 'react'; import { DialogStore } from "../store/DialogStore.mjs"; export declare const DialogRootContext: React.Context | undefined>; export declare function useDialogRootContext(optional?: false): DialogStore; export declare function useDialogRootContext(optional: true): DialogStore | undefined;