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