import Input, { Props as InputProps } from './input.component'; export default Input; export type { InputProps };