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