export declare const useStripe: (stripe: any) => { tokenize: (cardStripe: any, options?: any) => Promise; };