import { SelectOption } from '../components/types/SearchProps'; export declare const validRulesList: Array; /** * 获取验证类型 * @param type 验证类型名称 * @param options 参数选项(dataLength: {min, max}, decimal: {intLen, decLen}, numberRange: {min, max}) */ export declare function getValidType(type: any, options?: any): any;