/// import { RegistryHookReturnType } from "./hooks"; import type { PayPalCardFieldsComponent } from "@paypal/paypal-js"; export type PayPalCardFieldsContextType = { cardFieldsForm: PayPalCardFieldsComponent | null; } & RegistryHookReturnType; export declare const PayPalCardFieldsContext: import("react").Context;