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