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