import { CreatorModelComponent } from "./creator-model.component";
import { Base } from "survey-core";
import * as i0 from "@angular/core";
export declare class AddQuestionTypeSelectorComponent extends CreatorModelComponent {
protected getPropertiesToTrack(): string[];
protected createModel(): void;
protected getModel(): Base;
questionTypeSelectorModel: any;
renderPopup?: boolean;
selectQuestionType(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}