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