import React from "react"; import { D6Joint as GameD6Joint } from "lingo3d"; declare const D6Joint: React.ForwardRefExoticComponent & { children?: React.ReactNode; } & React.RefAttributes>; export default D6Joint;