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