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