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