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