import { ConnectedPosition } from '@angular/cdk/overlay'; import { Store } from '@ngrx/store'; import { ToolboxManifestService, ToolboxMenuService, WidgetDescriptionMenu } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class DragWidgetsComponent { private store; private toolboxManifestService; toolboxMenuService: ToolboxMenuService; labels: boolean; mainOpened: boolean; readonly connectedPosition: ConnectedPosition; menu$: Observable; constructor(store: Store, toolboxManifestService: ToolboxManifestService, toolboxMenuService: ToolboxMenuService); dragStart($event: DragEvent, type: string): void; openMenu($event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }