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