import { QuestionRowModel } from "survey-core"; import { SurveyCreatorModel, RowViewModel } from "survey-creator-core"; import { CreatorModelComponent } from "./creator-model.component"; import * as i0 from "@angular/core"; export declare class CreatorRowComponent extends CreatorModelComponent { componentData: { creator: SurveyCreatorModel; row: QuestionRowModel; }; model: RowViewModel; get row(): QuestionRowModel; get creator(): SurveyCreatorModel; protected getModel(): RowViewModel; createModel(): void; getPropertiesToTrack(): string[]; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }