import { FC } from 'react'; interface TagIconProps { color?: string; } export declare const TagIcon: FC; export {};