import TextInput from './TextInput';
import type { TextInputProps } from './TextInput.types';
import TextArea from './TextArea';
import type { TextAreaProps } from './TextArea.types';
export { TextInput, TextArea };
export type { TextInputProps, TextAreaProps };