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