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