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