import type { FC } from 'react'; import { ButtonProps } from 'antd'; declare const Button: FC; export default Button;