import type { Components, JSX } from "../types/components";

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