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