export declare const ComponentOutputReferenceHints: { GroupByFormatField: ({ hints, instillFormat, arrayInArray, }: { hints: import("../..").SmartHint[]; instillFormat: string; arrayInArray?: boolean; }) => import("react/jsx-runtime").JSX.Element; ListField: ({ path, instillFormat, description, }: { path: string; instillFormat: string; description?: string; }) => import("react/jsx-runtime").JSX.Element; ObjectArrayField: ({ hints, parentPath, componentID, }: { hints: import("../../..").ComponentOutoutReferenceHint[]; parentPath: string; componentID?: string; }) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=index.d.ts.map