import { CreatorModelComponent } from "../../creator-model.component"; import { SurveyModel } from "survey-core"; import { SurveyResultsModel } from "survey-creator-core"; import * as i0 from "@angular/core"; export declare class SurveyResultsComponent extends CreatorModelComponent { survey: SurveyModel; model: SurveyResultsModel; createModel(): void; protected getModel(): SurveyResultsModel; protected getPropertiesToTrack(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }