import { type ReactElement } from "react"; import { type IAlertingDialogProps } from "./types.js"; /** * @internal */ export declare function AlertingDialog(props: IAlertingDialogProps): ReactElement; //# sourceMappingURL=AlertingDialog.d.ts.map