import { type IAlertNotification } from "@gooddata/sdk-model"; /** * @internal */ export interface INotificationTriggerDetailProps { notification: IAlertNotification; } /** * @internal */ export declare function NotificationTriggerDetail({ notification }: INotificationTriggerDetailProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=NotificationTriggersDetail.d.ts.map