import React from 'react'; import { InputProps } from '@mui/material'; /** Custom styles on top of MUI's `Input` component */ declare const Input: React.FC; export default Input;