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