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