import type { PipelineRecipe } from "instill-sdk"; import * as React from "react"; import { GeneralRecord, Nullable } from "../../../lib"; export type ReadOnlyPipelineBuilderProps = { pipelineName: Nullable; recipe: Nullable; metadata: Nullable; className?: string; style?: React.CSSProperties; }; export declare const ReadOnlyPipelineBuilder: React.ForwardRefExoticComponent>; //# sourceMappingURL=ReadOnlyPipelineBuilder.d.ts.map