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