import type { PipelineComponent } from "instill-sdk"; import * as React from "react"; import { Nullable } from "../../type"; export declare function useOutputReferenceHintFields({ componentID, component, task, }: { componentID: string; component: Nullable; task?: string; }): React.ReactNode[]; //# sourceMappingURL=useOutputReferenceHintsFields.d.ts.map