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