export default emailField; declare namespace emailField { const component: string; const maxLength: string; const validators: { where: { value: { $not: { $regex: string; }; }; }; error: string; }[]; }