import type { FC, HTMLAttributes } from 'react'; type ParameterPathJointProps = HTMLAttributes; export declare const ParameterPathJoint: FC; export {};