import { AfterViewChecked, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgtSvgComponent implements AfterViewChecked, OnChanges { src: string; class: string; private svgIconElement; private appliedClass; ngAfterViewChecked(): void; ngOnChanges(changes: SimpleChanges): void; private checkClassChange; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }