/// interface DialogContextValue { titleId?: string; } declare const DialogContext: import("react").Context; export default DialogContext;