import * as React from 'react';
import { Testable } from '../../';
import { ButtonProps } from './Button.types';
export { fade } from '@material-ui/core/styles/colorManipulator';
export declare const Button: React.ComponentType<ButtonProps & Testable>;
