import { Field } from '@ark-ui/react/field'; import type { ComponentProps } from 'react'; export type TextareaProps = ComponentProps; export declare const Textarea: import("styled-system/jsx").StyledComponent>, import("styled-system/recipes").TextareaVariantProps>; //# sourceMappingURL=Textarea.d.ts.map