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