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