/// import type { ComponentProps } from "./"; /** * `Address` is a component for rendering the Address component. * It uses the Digital River context to create and manage the Address 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 Address component. * @param {string} [props.elementId='dr-address'] - The ID of the HTML element where the Address component will be mounted. Defaults to 'dr-address'. * * @returns {JSX.Element} A span element with the specified ID where the Address component will be mounted. */ export declare const Address: ({ elementId, }: ComponentProps) => JSX.Element; //# sourceMappingURL=address.d.ts.map