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