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