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