/// import { ButtonProps } from '@material-ui/core'; declare function ColorButton({ children, onClick, ...props }: ButtonProps): JSX.Element; export default ColorButton;