import { InputField } from '../input_field'; export declare class ValueField extends InputField { maxValue: string; minValue: string; [key: string]: any; constructor(param: string | any); toJSON(): any; toString(): string; }