export declare const ValidationPatterns: { alphanumeric: RegExp; mixOfAlphanumeric: RegExp; numeric: string; email: RegExp; };