import { ElementRef, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export interface IconModel { path: string; } export declare class SvgLoaderComponent implements AfterViewInit { main: ElementRef; private _icons; get icons(): Array; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=svg-loader.component.d.ts.map