import { Button } from 'antd'; export type { ButtonProps } from 'antd/lib/button'; export * from 'antd/lib/button'; export default Button;