import { HttpClient } from '@angular/common/http'; import { ChangeDetectorRef, OnChanges } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common/http"; import * as i2 from "@angular/common"; export declare class SvgIconComponent implements OnChanges { private httpClient; private sanitizer; private changeDetector; /** * `name` means the path to the respective SVG within the `/assets` folder. * * If you pass `name` as `zomato`, then it will load SVG from `/assets/zomato.svg` */ name?: string; /** * This is the `url` from which the SVG will be downloaed * Please be mindful of the URL passed here as we are doing explicit security trust on it to load the SVG */ srcUrl?: string; style?: Record | null; styleClass?: string; svgIcon: unknown; constructor(httpClient: HttpClient, sanitizer: DomSanitizer, changeDetector: ChangeDetectorRef); ngOnChanges(): void; getIconUrl(): string; loadResource(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class SvgIconModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } //# sourceMappingURL=svg-icon.d.ts.map