import { ElementRef } from '@angular/core'; import { SvgIconRegistry } from './registry'; import { SVG_CONFIG } from './types'; import * as i0 from "@angular/core"; export declare class SvgIconComponent { private host; private registry; private config; set key(name: string); set size(value: keyof SVG_CONFIG['sizes']); set width(value: number | string); set height(value: number | string); set fontSize(value: number | string); set color(color: string); private mergedConfig; private lastKey; constructor(host: ElementRef, registry: SvgIconRegistry, config: SVG_CONFIG); get element(): any; private createConfig; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }