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