import { ESSceneObject } from 'xbsj-xe2/dist-node/xe2-base-objects'; import { UeObject, UeViewer, UeObjectPropValFuncType } from ".."; export declare class UeESSceneObject extends UeObject { static propValFuncs: { [k: string]: UeObjectPropValFuncType | undefined | null; }; static forceUeUpdateProps: string[]; static combinationClass: boolean; constructor(sceneObject: T, ueViewer: UeViewer); }