import React from 'react'; import { ButtonProps } from '@material-ui/core'; declare const Button: React.ElementType; export { Button };