declare const _default: { valueType: string; FormItemProps: { label: string; rules: { pattern: RegExp; message: string; }[]; style: {}; }; ControlWapperProps: { style: { display: string; maxWidth: string; }; }; ControlProps: { disabled: boolean; maxLength: number; placeholder: string; allowClear: boolean; style: { flex: number; }; }; }; export default _default;