import { ReactNode } from "react"; import { Nullable, PipelineTriggersStatusSummaryItem } from "../../../lib"; export type ModelTriggersSummaryProps = { children: ReactNode; }; export declare const ModelTriggersSummary: { (props: ModelTriggersSummaryProps): import("react/jsx-runtime").JSX.Element; Card: (props: { summary: Nullable; }) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=ModelTriggersSummary.d.ts.map