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