import { AfterViewInit, ChangeDetectorRef, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class ShIconComponent implements OnInit, OnChanges, AfterViewInit { private cdr; private sanitizer; shIcon: string; shColor?: string; shRotate?: number; shSpin?: boolean; iconValue: SafeHtml; iconClass: string; constructor(cdr: ChangeDetectorRef, sanitizer: DomSanitizer); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; private updateIcon; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }