export declare const SmartHintFields: { TextArea: ({ form, path, title, description, shortDescription, disabled, instillAcceptFormats, isRequired, instillUpstreamTypes, componentID, size, isHidden, secrets, instillSecret, instillCredential, supportInstillCredit, updateIsUsingInstillCredit, }: { instillAcceptFormats: string[]; shortDescription?: string; disabled?: boolean; isRequired?: boolean; instillUpstreamTypes: string[]; componentID?: string; secrets?: import("instill-sdk").Secret[]; instillSecret?: boolean; instillCredential?: boolean; supportInstillCredit?: boolean; updateIsUsingInstillCredit?: React.Dispatch>; } & import("../..").AutoFormFieldBaseProps) => import("react/jsx-runtime").JSX.Element | null; TextField: ({ form, path, title, description, shortDescription, disabled, instillAcceptFormats, isRequired, instillUpstreamTypes, componentID, size, isHidden, secrets, instillSecret, instillCredential, supportInstillCredit, updateIsUsingInstillCredit, }: { instillAcceptFormats: string[]; shortDescription?: string; disabled?: boolean; isRequired?: boolean; instillUpstreamTypes: string[]; componentID?: string; secrets?: import("instill-sdk").Secret[]; instillSecret?: boolean; instillCredential?: boolean; supportInstillCredit?: boolean; updateIsUsingInstillCredit?: React.Dispatch>; } & import("../..").AutoFormFieldBaseProps) => import("react/jsx-runtime").JSX.Element | null; }; //# sourceMappingURL=index.d.ts.map