import {
  InputProps,
} from '@material-ui/core/Input';

export interface InputOwnProps extends InputProps {
}
