export declare const usePayment: () => { requestCredentials: (firstName?: string, lastName?: string, birthDate?: string, email?: string, callback?: (err: any) => void) => void; mangoPay: import("../..").IMangoPayResponse; error: { code?: string; isAxiosError: boolean; message: string; name: string; stack: string; }; clear: () => void; loading: any; };