import { Model, Simulation } from '../mujoco-wasm'; interface TendonsProps { model: Model; sim: Simulation; } export declare function Tendons({ model, sim }: TendonsProps): import("react/jsx-runtime").JSX.Element; export {};