import { Disposable, ICommandService, Injector } from '@univerjs/core';
import { ComponentManager, ILayoutService, IMenuManagerService, IShortcutService, IUIPartsService } from '@univerjs/ui';
export declare class SheetUIMobileController extends Disposable {
    private readonly _injector;
    private readonly _componentManager;
    private readonly _layoutService;
    private readonly _commandService;
    private readonly _shortcutService;
    protected readonly _menuManagerService: IMenuManagerService;
    private readonly _uiPartsService;
    constructor(_injector: Injector, _componentManager: ComponentManager, _layoutService: ILayoutService, _commandService: ICommandService, _shortcutService: IShortcutService, _menuManagerService: IMenuManagerService, _uiPartsService: IUIPartsService);
    private _init;
    private _initCustomComponents;
    private _initCommands;
    private _initMenus;
    private _initShortcuts;
    private _initWorkbenchParts;
    private _initFocusHandler;
}
