import { TextareaFieldProps as BaseTextareaFieldProps } from '../ui/textarea-field'; export type TextareaProps = Omit; export declare function Textarea(props: TextareaProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=textarea.d.ts.map