export declare class AsiCssInjectorService { constructor(); injectCss(cssUrl: string): void; getCssTemplate(cssUrl: string): HTMLLinkElement; }