import { RegularIcons, TogglableIcons } from "./icon-map"; import * as i0 from "@angular/core"; export type RegularIconIdKey = keyof typeof RegularIcons; export type TogglableIconIdKey = keyof typeof TogglableIcons; export declare class IconRegistry { private parsedElements; getIconElement(name: RegularIconIdKey | TogglableIconIdKey, appearance: "outlined" | "filled"): SVGElement; private resolveAssetKey; private parseSvg; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }