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