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