/** * @dynamic need this because there are static memebers * * Email constants */ export declare class EmailValidationMessagesConstants { /** * Constant for email pattern */ static readonly PATTERN: string; /** * Constant for email required */ static readonly REQUIRED: string; }