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