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