export declare const buildIconUrl: (iconName: string) => string; export declare function fetchIconByUrl(url: string): Promise;