import { OnInit, OnChanges, SimpleChanges } from "@angular/core";
import { KreFormFieldConfig } from "@kre-form/core";
export declare class KreSurveySettingEvaluation implements OnInit, OnChanges {
    questionField: any;
    field: KreFormFieldConfig;
    constructor();
    ngOnInit(): void;
    ngOnChanges(changes: SimpleChanges): void;
}
