export type IconConfig = { [key: string]: string; }; export declare function IconURL(name: string): string;