import { IconName } from './icon'; export declare const isIconName: (value: string | null) => value is IconName;