import { GeneralRecord, Nullable } from "../type"; import { PickComponentOutputFieldsFromInstillFormTreeProps } from "./pick"; import { InstillJSONSchema } from "./types"; export type UseComponentOutputFieldsProps = { schema: Nullable; data: Nullable; } & Pick; export declare function useComponentOutputFields({ schema, data, chooseTitleFrom, hideField, mode, forceFormatted, }: UseComponentOutputFieldsProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=useComponentOutputFields.d.ts.map