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