import type { FC } from 'react'; import { BadgeProps } from 'antd'; declare const Badge: FC; export default Badge;