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