import { SVGIcon, SVGIconCollection } from './svg'; export declare class IconService { static readonly registry: { [x: string]: string; }; static addIcons(...svgIcons: SVGIcon[]): void; static addIconCollection(...svgIconCollection: SVGIconCollection[]): void; }