import './input.less';
import { Input } from './input';
export type { InputProps, InputRef } from './input';
export default Input;
