import { ButtonProps } from './types';
export declare const Button: (props: ButtonProps) => any;
