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