import React from 'react'; import { TagProps } from './interface'; declare const Tag: React.ForwardRefExoticComponent>; export default Tag;