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