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