import './button.less';
import { Button } from './button';
export type { ButtonProps, ButtonRef } from './button';
export default Button;
