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