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