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