export declare const regMobile: (string | RegExp)[]; export declare const regEmail: (string | RegExp)[]; export declare const regNumber: (string | RegExp)[]; export declare const regEnglish: (string | RegExp)[]; export declare const regChinese: (string | RegExp)[]; export declare const regChineseEnglish: (string | RegExp)[]; export declare const regChineseEnglishNumber: (string | RegExp)[]; export declare const regEnglishNumberSign: (string | RegExp)[]; export declare const regChineseEnglishNumberSign: (string | RegExp)[]; export declare const regUrl: (string | RegExp)[]; export declare const regIdCard: RegExp[]; export declare const createRegular: () => void;