import { type IAutomationMetadataObject } from "@gooddata/sdk-model"; import { type OverlayPositionType } from "@gooddata/sdk-ui-kit"; interface IEditAlertConfigurationProps { alert: IAutomationMetadataObject; onCancel: () => void; onUpdate: (alert: IAutomationMetadataObject) => void; overlayPositionType?: OverlayPositionType; } export declare function EditAlertConfiguration({ alert, onCancel, onUpdate, overlayPositionType }: IEditAlertConfigurationProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=EditAlertConfiguration.d.ts.map