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