/** Multi-line field. Same chrome as Input, vertical resize only. */ export interface TextareaProps extends React.TextareaHTMLAttributes {} export function Textarea(props: TextareaProps): JSX.Element;