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