import { AfterViewInit, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; /** * ngx-fast-svg enables lazy loading features of the browser for SVG. * It also manages the caching of SVG's in the DOM for multiple usage and different stylings * This component also Supports lazy loading with SSR and http transfer cache * */ export declare class FastSvgComponent implements AfterViewInit, OnDestroy { #private; private readonly injector; private readonly platform; private readonly renderer; private readonly registry; private readonly element; private readonly getImg; name: import("@angular/core").InputSignal; size: import("@angular/core").InputSignal; width: import("@angular/core").InputSignal; height: import("@angular/core").InputSignal; loadedListener: () => void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }