import * as React from 'react';
declare type ButtonProps = {
    margin?: string;
} & Record<string, any>;
export declare const Button: React.FC<ButtonProps>;
export {};
