import React from 'react'; import { InputProps } from '@mui/material/Input'; declare const Input: React.FC; export default Input;