import type { PipelineTriggerTableRecord } from "instill-sdk"; export type DashboardPipelinesTableProps = { pipelineTriggerCounts: PipelineTriggerTableRecord[]; isError: boolean; isLoading: boolean; }; export declare const DashboardPipelinesTable: (props: DashboardPipelinesTableProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DashboardPipelinesTable.d.ts.map