import { EIconName } from '../components/Icon/constants'; export declare function isHsIcon(value: string | undefined): value is EIconName;