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