import type { PipelineComponent } from "instill-sdk"; export declare const ComponentOutputReferenceHints: ({ componentID, component, task, }: { componentID: string; component: PipelineComponent; task?: string; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ComponentOutputReferenceHints.d.ts.map