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