declare function customJointJS(): void; declare const JointPlusCustomFunction: { customJointJS: typeof customJointJS; }; export default JointPlusCustomFunction;