import React from "react"; import { DialogState } from "./UIDialog"; export declare const DialogContext: React.Context; export declare function useDialogContext(): DialogState;