import { ReactElement } from 'react'; export declare function reactIconToSvg(iconElement: ReactElement): string; export declare function isReactIcon(value: unknown): value is ReactElement; export declare function normalizeIcon(icon: string | ReactElement): string; export declare function clearIconCache(): void; export declare function getIconCacheSize(): number;