import { TextInputProps } from '../TextInput'; export type TextAreaProps = Omit & { maxLength?: number; }; //# sourceMappingURL=types.d.ts.map