export declare class IConTexture { private texture; constructor(); init(iconList: string[] | undefined): Promise; getTexture(url: string | undefined): HTMLImageElement | undefined; private makeUrlList; }