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