import { Injector } from '@angular/core'; import { SVG_CONFIG, SvgIconType } from './types'; import * as i0 from "@angular/core"; declare class SvgIcon { content: string; init: boolean; constructor(content: string); } export declare class SvgIconRegistry { private readonly svgMap; private readonly document; constructor(injector: Injector, config: SVG_CONFIG); getAll(): Map; get(key: string | undefined): string | undefined; register(icons: SvgIconType | SvgIconType[]): void; getSvgElement(name: string): SVGSVGElement | undefined; private toElement; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};