import { CreatorModelComponent } from "./creator-model.component";
import { Base } from "survey-core";
import * as i0 from "@angular/core";
export declare class AddQuestionButtonComponent extends CreatorModelComponent<Base> {
    protected getPropertiesToTrack(): string[];
    protected createModel(): void;
    protected getModel(): Base;
    model: any;
    buttonClass?: string;
    renderPopup?: boolean;
    get adorner(): any;
    addNewQuestion(event: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AddQuestionButtonComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AddQuestionButtonComponent, "svc-add-new-question-btn", never, { "model": "model"; "buttonClass": "buttonClass"; "renderPopup": "renderPopup"; }, {}, never, never>;
}
