import classNames from 'classnames'; import omit from 'lodash/omit'; interface Props extends React.InputHTMLAttributes {} export default function Input({className, ...otherProps}: Props) { return ( ); }