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