import { IconService } from './icon.service'; export declare class IconSharedComponent { private _name; setIconName: string; path: string; constructor(userService: IconService); readonly name: string; }