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