import type { Secret } from "instill-sdk"; import * as React from "react"; import { AutoFormFieldBaseProps } from "../../types"; export declare const 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?: Secret[]; instillSecret?: boolean; instillCredential?: boolean; supportInstillCredit?: boolean; updateIsUsingInstillCredit?: React.Dispatch>; } & AutoFormFieldBaseProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=TextArea.d.ts.map