import _Button from './button';
import { WithInstallType } from '../shared';
import './style';
import { TdButtonProps } from './type';
export * from './type';
export declare type ButtonProps = TdButtonProps;
export declare const Button: WithInstallType<typeof _Button>;
export default Button;
