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