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