export default passwordField; declare namespace passwordField { const component: string; const type: string; const minLength: number; const maxLength: number; const validators: ({ where: { value: { $not: { $regex: string; }; $regex?: undefined; }; }; error: string; } | { where: { value: { $regex: string; $not?: undefined; }; }; error: string; })[]; }