export class BoneAttachmentBinding extends AttachmentBinding {
    /**
     *
     * @type {Bone}
     */
    bone: Bone;
}
import { AttachmentBinding } from "./AttachmentBinding.js";
//# sourceMappingURL=BoneAttachmentBinding.d.ts.map