import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { SideNavigationItem, SideNavigationLink } from '../atlas_sdk/api'; import { PinsService } from '../pins.service'; import { CdkDragDrop } from '@angular/cdk/drag-drop'; import { BusinessNavDataService } from '../data.service'; import * as i0 from "@angular/core"; export declare class BcPinnedItemsComponent implements OnInit { private pinService; private dataService; sideNavigationItem: Observable; pinnedItems$: Observable; disablePinning$: Observable; ooProducts: string[]; constructor(pinService: PinsService, dataService: BusinessNavDataService); ngOnInit(): void; onMouseDown(event: Event): void; onDrop(event: CdkDragDrop): void; private searchSidenavigationItem; private orderPinnedItems; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }