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