export declare class IconService { private registry; registerIcons(): void; getIcon(iconName: string): string | undefined; }