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