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

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