import { ButtonProps } from '@mui/material/Button';
declare const Button: React.FunctionComponent<ButtonProps>;
export default Button;
