import { Observable } from 'rxjs'; import { NavigationService } from './navigation.service'; import { CmsService, CmsNavigationComponent } from '@spartacus/core'; import { CmsComponentData } from '../../cms/components/cms-component-data'; import { NavigationNode } from './navigation-node.model'; export declare class NavigationComponent { protected cmsService: CmsService; private navigationService; component: CmsComponentData; dropdownMode: string; node: NavigationNode; node$: Observable; constructor(cmsService: CmsService, navigationService: NavigationService, component: CmsComponentData); }