import { type IAutomationMetadataObject, type ISeparators } from "@gooddata/sdk-model"; import { type IInputPureProps } from "@gooddata/sdk-ui-kit"; import { type AlertMetric } from "../../../../automations/alerting/types.js"; export interface IAlertTitleProps { id?: string; measures: AlertMetric[]; alert: IAutomationMetadataObject | undefined; separators?: ISeparators; onChange: IInputPureProps["onChange"]; } export declare function AlertTitle({ id, alert, measures, separators, onChange }: IAlertTitleProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AlertTitle.d.ts.map