export declare function validateEmail(value: string): false | RegExpMatchArray;
