import { OnChanges, ViewContainerRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SvgIconComponent implements OnChanges { private viewContaierRef; size?: number | string; width?: number; height?: number; iconName: string; partCss?: string; css?: string; title?: string; constructor(viewContaierRef: ViewContainerRef); private createSvg; get rootClass(): string; get rootRole(): string; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }