import type { Nullable } from "instill-sdk"; export type ConnectionPipelineListProps = { namespaceId: Nullable; connectionId: Nullable; }; export declare const ConnectionPipelineList: ({ namespaceId, connectionId, }: ConnectionPipelineListProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=ConnectionPipelineList.d.ts.map