import Textarea from './Textarea';
export type { TextareaProps } from './Textarea';
export { Textarea };
export default Textarea;
