import Button from './button';
export type { SizeType as ButtonSize } from '../config-provider/SizeContext';
export type { ButtonProps, ButtonShape, ButtonType } from './button';
export type { ButtonGroupProps } from './button-group';
export default Button;
