export declare function getIconMap(): Map; export declare function addIcons(icons: { [name: string]: string; }): void; export declare const getSrc: (src: string | undefined) => string; export declare const isSrc: (str: string) => boolean; export declare const isStr: (val: any) => val is string;