import Button from './button'; export type { ButtonProps, ButtonShape, ButtonType, SizeType as ButtonSize, } from './button'; export default Button;