export declare const Patterns: { email: RegExp; spaces: RegExp; numeric: RegExp; all_numeric: RegExp; integer: RegExp; alpha: RegExp; alpha_spaces: RegExp; alpha_numeric: RegExp; alpha_numeric_spaces: RegExp; alpha_numeric_spaces_no_white: RegExp; alpha_spaces_no_white: RegExp; landline: RegExp; mobile: RegExp; single_address_line: RegExp; url: RegExp; panNumber: RegExp; password: RegExp; strong_password: RegExp; strong_password_no_special: RegExp; number_with_decimal: RegExp; special_char: RegExp; subdomain: RegExp; image_types: string[]; file_type: string[]; doc_type: string[]; client_id: RegExp; patient_id: RegExp; };