/// <reference types="react" />
import type { DOMAttributes } from '@project44-manifest/react-types';
export interface DialogContext {
    isDismissable?: boolean;
    titleProps: DOMAttributes;
    onClose?: () => void;
}
export declare const DialogProvider: import("react").Provider<DialogContext>, useDialogContext: () => DialogContext;
//# sourceMappingURL=Dialog.context.d.ts.map