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