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