import { Observable } from 'rxjs'; import { SiteContextComponentService } from './site-context-component.service'; import { SiteContext } from '@spartacus/core'; export declare class SiteContextSelectorComponent { private componentService; siteContextService: SiteContext; constructor(componentService: SiteContextComponentService); readonly items$: Observable; readonly activeItem$: Observable; active: string; readonly label$: Observable; }