import type { IUniverSheetsChartConfig } from '@univerjs-pro/sheets-chart'; import { ICommandService, Injector, Plugin, UniverInstanceType } from '@univerjs/core'; export declare class UniverSheetsChartUIPlugin extends Plugin { private readonly _config; protected readonly _injector: Injector; private readonly _commandService; static type: UniverInstanceType; static pluginName: string; static packageName: string; static version: string; constructor(_config: IUniverSheetsChartConfig, _injector: Injector, _commandService: ICommandService); onStarting(): void; onRendered(): void; private _initCommands; }