import type { JoggingStore } from "./JoggingStore"; /** * Monitors the active robot motion state and displays a message if * any joint limits are reached. */ export declare const JoggingJointLimitDetector: (({ store }: { store: JoggingStore; }) => import("react/jsx-runtime").JSX.Element) & { displayName: string; };