export declare const spacePatten: RegExp;
export declare const isSingleNumOrLetter: RegExp;
export declare const phonePattern: RegExp;
export declare const emailPattern: RegExp;
export declare const urlPattern: RegExp;
export declare const urlPatternExtend: (options: {
    httpPrefix?: string;
    mateLocalhost?: boolean;
}) => string;
