import { Disposable, ICommandService, IConfigService } from '@univerjs/core'; import { ComponentManager, IShortcutService, IMenuManagerService } from '@univerjs/ui'; export declare class CustomMenuController extends Disposable { private readonly _commandService; private readonly _menuMangerService; private readonly _componentManager; private readonly _shortcutService; private readonly _configService; constructor(_commandService: ICommandService, _menuMangerService: IMenuManagerService, _componentManager: ComponentManager, _shortcutService: IShortcutService, _configService: IConfigService); private _init; }