declare const _default: { valueType: string; FormItemProps: { label: string; style: {}; rules: { pattern: RegExp; message: string; }[]; }; ControlProps: { prefix: string; suffix: string; disabled: boolean; maxLength: null; placeholder: string; allowClear: boolean; style: {}; }; }; export default _default;