import type SlBone from "./bone"; import type { BoneStructure } from "./interfaces"; export declare class BoneEditRenderer { boneValue: any | any[]; boneName: string; mainInstance: SlBone; depth: number; boneStructure: BoneStructure; boneInstance: any; constructor(boneName: any, boneValue: any, boneStructure: BoneStructure, mainInstance: SlBone); getEditor(): any; getBone(): object; }