import { Input } from './Input';
import { TextInput } from './TextInput';
import { InputProps, TextInputProps } from './TextInputProps';

export { TextInput, Input };
export type { TextInputProps, InputProps };
