import { FormMenu, InitModelOf, Popup, TableOrganizerForm, WidgetModel } from '../../index';
export declare class TableOrganizerMenu extends FormMenu {
    form: TableOrganizerForm;
    protected _jsonModel(): WidgetModel;
    init(model: InitModelOf<this>): void;
    protected _updateForm(): void;
    protected _createPopup(): Popup;
}
//# sourceMappingURL=TableOrganizerMenu.d.ts.map