import type { Components, JSX } from "../types/components";

interface ScOrderConfirmationTotals extends Components.ScOrderConfirmationTotals, HTMLElement {}
export const ScOrderConfirmationTotals: {
    prototype: ScOrderConfirmationTotals;
    new (): ScOrderConfirmationTotals;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
