import { DesktopTab, DesktopTabArea, Form, SimpleTabBoxController } from '../index';
export declare class DesktopTabBoxController extends SimpleTabBoxController<Form> {
    createTabArea(): DesktopTabArea;
    protected _createTab(view: Form): DesktopTab;
    protected _shouldCreateTabForView(view: Form): boolean;
}
//# sourceMappingURL=DesktopTabBoxController.d.ts.map