import { CreatorModelComponent } from "./creator-model.component";
import { Base } from "survey-core";
import * as i0 from "@angular/core";
export declare class AddQuestionButtonComponent extends CreatorModelComponent {
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;
static ɵcmp: i0.ɵɵComponentDeclaration;
}