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