import React from 'react'; import { ITagProps } from './TagProps'; /** * A tag control with a label and icon. */ declare const Tag: React.ForwardRefExoticComponent & React.RefAttributes>; export { Tag };