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