import type { ReactNode } from "react"; import type { JoggingStore } from "./JoggingStore"; export declare const JoggingJointTab: (({ store, children }: { store: JoggingStore; children?: ReactNode; }) => import("react/jsx-runtime").JSX.Element) & { displayName: string; };