export declare class Icons { private icons; constructor(); getIcon(name: string, size?: number): false | HTMLElement; htmlStringToElement(html: string): HTMLElement; } //# sourceMappingURL=icons.d.ts.map