import { ICustomizable } from '../../../core'; export interface TagIconProps extends ICustomizable { icon: string; } export declare function TagIcon(props: TagIconProps): JSX.Element;