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