import { TemplateRef } from "@angular/core"; import { CreatorModelComponent } from "../creator-model.component"; import { QuestionRatingAdornerViewModel } from "survey-creator-core"; import { QuestionDesignerComponent } from "../question.component"; import * as i0 from "@angular/core"; export declare class QuestionRatingDesignerComponent extends QuestionDesignerComponent { adornerComponent: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class QuestionRatingAdornerDesignerComponent extends CreatorModelComponent { componentName: string; componentData: any; contentTempl: TemplateRef; adorner: QuestionRatingAdornerViewModel; protected createModel(): void; protected getPropertiesToTrack(): string[]; protected getModel(): QuestionRatingAdornerViewModel; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }