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