import type { IUniverSheetsShapeUIConfig } from './controllers/config.schema'; import { ICommandService, IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core'; import { IRenderManagerService } from '@univerjs/engine-render'; export declare class UniverSheetsShapeUIPlugin extends Plugin { private readonly _config; protected readonly _injector: Injector; private readonly _commandService; private readonly _configService; private readonly _renderManagerService; static type: UniverInstanceType; static pluginName: string; static packageName: string; static version: string; constructor(_config: IUniverSheetsShapeUIConfig | undefined, _injector: Injector, _commandService: ICommandService, _configService: IConfigService, _renderManagerService: IRenderManagerService); onRendered(): void; onReady(): void; onStarting(): void; private _initCommands; }