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