import { SheetsPivotTableAdaptorModel } from '@univerjs-pro/sheets-pivot'; import { Disposable, ICommandService, Injector, IPermissionService, IUniverInstanceService } from '@univerjs/core'; import { SheetsSelectionsService } from '@univerjs/sheets'; import { IDialogService, ISidebarService } from '@univerjs/ui'; export declare class SheetsPivotTablePanelController extends Disposable { private readonly _sheetsSelectionsService; private readonly _univerInstanceService; private readonly _sheetsPivotTableAdaptorModel; private readonly _commandService; private readonly _sidebarService; private _dialogService; private _injector; private _permissionService; private _pivotTableId; private _pivotTablePanelVisible$; pivotTablePanelVisible$: import("rxjs").Observable; constructor(_sheetsSelectionsService: SheetsSelectionsService, _univerInstanceService: IUniverInstanceService, _sheetsPivotTableAdaptorModel: SheetsPivotTableAdaptorModel, _commandService: ICommandService, _sidebarService: ISidebarService, _dialogService: IDialogService, _injector: Injector, _permissionService: IPermissionService); private _isRangeSelectorFocus; setIsRangeSelectorFocus(focus: boolean): void; private _isRangeSelector2Focus; /** * The second range selector */ setIsRangeSelector2Focus(focus: boolean): void; private _setPivotTableId; private _closePivotPanel; private _initPanelOpen; private _initSheetChange; }