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