import * as React from 'react'; import type { DialogStore } from '../store/DialogStore'; export declare const DialogRootContext: React.Context | undefined>; export declare function useDialogRootContext(): DialogStore; //# sourceMappingURL=DialogRootContext.d.ts.map