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