import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
import { IconNames } from './icon-names';
import * as i0 from "@angular/core";
export declare class IconRegistryService {
    private sanitizer;
    private icons;
    constructor(sanitizer: DomSanitizer);
    registerIcon(name: IconNames, svg: string): void;
    getIcon(name: string): SafeHtml | undefined;
    static ɵfac: i0.ɵɵFactoryDeclaration<IconRegistryService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<IconRegistryService>;
}
