import { IAppSwitcherService } from '../app-switcher-interfaces'; export declare class AppSwitcherLinksComponent { _appSwitcherService: IAppSwitcherService; constructor(_appSwitcherService: IAppSwitcherService); }