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