import * as React from 'react';
import { Testable } from '../..';
import { ButtonProps } from './Button.types';
export declare const Button: React.ComponentType<ButtonProps & Testable>;
