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