import { FieldType } from "@kre-form/core";
import { KreFormAntService } from "../../tools/service";
export declare class KreSurveyScaler extends FieldType {
    service: any;
    guid: any;
    constructor(dyService: KreFormAntService);
    readonly scalerData: any[];
}
