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