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