import { IFormFieldConfig } from '../../utils'; export declare const configureOptionsFieldConfigMap: IFormFieldConfig>; export declare const basicInputConfigureOptions: () => { key: {}; label: {}; description: {}; hideLabel: {}; hideItem: {}; width: {}; labelWidth: {}; dependOn: {}; changeValueType: {}; changeValueStr: {}; valueChangeConfig: {}; changeConfigType: {}; changeConfigStr: {}; configChangeConfig: {}; }; export declare const basicTwoInputConfigureOptions: () => { key: {}; otherKey: {}; label: {}; description: {}; isMainField: {}; hideLabel: {}; hideItem: {}; width: {}; labelWidth: {}; dependOn: {}; changeValueType: {}; changeValueStr: {}; valueChangeConfig: {}; changeConfigType: {}; changeConfigStr: {}; configChangeConfig: {}; }; export declare const defaultConfigureOptions: () => { required: {}; requiredErrorMessage: {}; validateValue: {}; validateValueErrorMessage: {}; regexpValidate: {}; regexpValidateErrorMessage: {}; key: {}; label: {}; description: {}; hideLabel: {}; hideItem: {}; width: {}; labelWidth: {}; dependOn: {}; changeValueType: {}; changeValueStr: {}; valueChangeConfig: {}; changeConfigType: {}; changeConfigStr: {}; configChangeConfig: {}; };