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