import { BaseAngular } from "survey-angular-ui";
import { TabDesignerViewModel } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class DesignerTabComponent extends BaseAngular<TabDesignerViewModel> {
    model: TabDesignerViewModel;
    get survey(): import("survey-core").Model;
    get creator(): import("survey-creator-core").SurveyCreatorModel;
    protected getModel(): TabDesignerViewModel;
    static ɵfac: i0.ɵɵFactoryDeclaration<DesignerTabComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DesignerTabComponent, "svc-tab-designer", never, { "model": "model"; }, {}, never, never>;
}
