import { InstillJSONSchema, Nullable } from "instill-sdk"; export declare const ComponentOutputView: ({ id, outputSchema, }: { id: string; outputSchema: Nullable; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ComponentOutputView.d.ts.map