import { ElementRef } from '@angular/core'; import { FluentIconsRegistryService } from './fluent-icons-registry.service'; import { iconName } from './fluent-icons'; import * as i0 from "@angular/core"; export declare class FluentIconsComponent { private element; private fluentIconsRegistryService; private document; private svg?; set name(name: iconName); constructor(element: ElementRef, fluentIconsRegistryService: FluentIconsRegistryService, document: Document); private svgElementFromString; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }