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