import { n as Scope, t as ICreateScope } from "../create-context-CKMcRGBM.js"; import { IAlertDialog } from "./alert-dialog.types.js"; import * as React$1 from "react"; //#region src/alert-dialog/alert-dialog.d.ts declare const createAlertDialogContext: (rootComponentName: string, defaultContext?: ContextValueType) => readonly [React$1.FC; children: React$1.ReactNode; }>, (consumerName: string, scope: Scope) => ContextValueType], createAlertDialogScope: ICreateScope; declare const useDialogScope: (scope: Scope) => { [__scopeProp: string]: Scope; }; declare const AlertDialog: React$1.FC; //#endregion export { AlertDialog, createAlertDialogContext, createAlertDialogScope, useDialogScope };