import { ElementRef, ChangeDetectorRef, OnChanges, SimpleChanges } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import { Icons } from './icons.provider'; import * as i0 from "@angular/core"; export declare class FeatherComponent implements OnChanges { private elem; private changeDetector; private icons; private sanitizer; name: string; constructor(elem: ElementRef, changeDetector: ChangeDetectorRef, icons: Icons, sanitizer: DomSanitizer); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }