declare function isEmail(val: string): boolean; export default isEmail;