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