export function useCustomerLogin(passedProps: any): { customerLogin: (data?: unknown, callback?: unknown) => Promise; accessToken: any; customer: any; started: boolean; finished: boolean; success: boolean; errors: any[]; setErrors: import("recoil").SetterOrUpdater; resetTimer: import("react").MutableRefObject; reset: () => void; }; //# sourceMappingURL=useCustomerLogin.d.ts.map