///
import { SearchProps, TextAreaProps } from 'antd/lib/input';
import { InputNumberProps } from 'antd/lib/input-number';
import { CheckboxGroupProps } from 'antd/lib/checkbox';
import { ImageUploaderProps } from './ImageUploader';
import { UploadFieldProps } from './UploadField';
import { ColorPickerProps } from './ColorPicker';
import { SelectProps } from './Select';
import { RadioGroupProps } from './RadioGroup';
import enhancer from './enhancer';
import { TreeSelectProps } from './TreeSelect';
import { InputProps } from './Input';
import { SwitchProps } from 'antd/lib/switch';
import { EditTabProps } from './EditTab';
import { DatePickerProps } from 'antd/lib/date-picker';
import { InlineTextProps } from './InlineTextField';
import { AutoCompleteProps } from './AutoComplete';
import { SliderBaseProps } from 'antd/lib/slider';
export { RichTextField } from './RichTextField';
export declare const TextField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const SearchField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const TextAreaField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const NumberField: (props: import("./enhancer").EnhancerProps> & Omit, "value" | "onChange" | "mutators">) => JSX.Element;
export declare const SliderField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const ColorPickerField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const UploadField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const ImageUploaderField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const SelectField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const AutoCompleteField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const RadioGroupField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const TreeSelectField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const SwitchField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const DatePickerField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const CheckboxField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export declare const EditTabField: (props: import("./enhancer").EnhancerProps> & Omit, "value" | "onChange" | "mutators">) => JSX.Element;
export declare const InlineTextField: (props: import("./enhancer").EnhancerProps & Omit) => JSX.Element;
export { enhancer };