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