import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { SzIconDef, SzIconType } from './model/SzIcon'; import { SzIconConfig } from './model/SzIconConfig'; import * as i0 from "@angular/core"; export declare class SzIconComponent implements SzIconConfig, OnInit, OnChanges { icon: SzIconDef; type: SzIconType; height: string | undefined; width: string | undefined; fill: string | undefined; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private initIconType; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }