import { ITaxonomyNavigationService } from './ITaxonomyNavigationService'; import { IMenuItem } from './IMenuItem'; import { ApplicationCustomizerContext } from '@microsoft/sp-application-base'; export declare class TaxonomyNavigationService implements ITaxonomyNavigationService { private context; private termSetName; private _taxonomyPickerService; private _noTerm; constructor(context: ApplicationCustomizerContext, termSetName: string); getMenuItems(): Promise; }