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