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