import type { DefaultProps } from '../../styles'; import { InputProps } from '../Input/Input'; import { InputWrapperProps } from '../InputWrapper/InputWrapper'; export type TextareaProps = Omit & Omit & DefaultProps;