/// import type { ComponentProps } from "./"; /** * `Wallet` is a component for rendering the Wallet component. * It uses the Digital River context to create and manage the Wallet element. * * @component * @see https://docs.digitalriver.com/digital-river-api/integration-options/low-code-checkouts/implementing-a-components-checkout * * @param {ComponentProps} props - The properties that define the behavior of the Wallet component. * @param {string} [props.elementId='dr-wallet'] - The ID of the HTML element where the Wallet component will be mounted. Defaults to 'dr-wallet'. * * @returns {JSX.Element} A span element with the specified ID where the Wallet component will be mounted. */ export declare const Wallet: ({ elementId, }: ComponentProps) => JSX.Element; //# sourceMappingURL=wallet.d.ts.map