import { type IAutomationMetadataObject, type IWidget } from "@gooddata/sdk-model"; /** * @internal */ export declare const useDashboardAlertsDialog: () => { defaultOnAlerting: (widget?: IWidget | undefined) => void; onAlertingOpen: (widget?: IWidget | undefined, alert?: IAutomationMetadataObject | undefined) => void; onAlertingCancel: () => void; onAlertingCreateError: () => void; onAlertingCreateSuccess: (alert: IAutomationMetadataObject) => void; onAlertingSaveError: () => void; onAlertingSaveSuccess: () => void; onAlertingPauseError: () => void; onAlertingPauseSuccess: () => void; onAlertingResumeError: () => void; onAlertingResumeSuccess: () => void; }; //# sourceMappingURL=useDashboardAlertsDialog.d.ts.map