import React from 'react'; import './index.scss'; import { BadgeProps } from './type'; declare const Badge: React.FC; export default Badge;