declare class SvgIcon { private static iconMap; static getIcon: (type: string) => any; } export default SvgIcon;