import { type IAlertingManagementDialogProps } from "../alerting/types.js"; /** * Self-contained version of DefaultAlertingManagementDialogNew that builds the required * AutomationsContext and AlertingManagementDialogContext internally from the dashboard * Redux store. Use this export when mounting the management dialog outside of * AlertingConnector (e.g. embedding scenarios, storybooks, or custom dashboard shells). * * @alpha */ export declare function DefaultAlertingManagementDialogNew(props: IAlertingManagementDialogProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DefaultAlertingManagementDialogConnected.d.ts.map