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