import { IGameObject } from '../gameobjects/IGameObject'; export declare function SetValue(property: string | symbol, value: never, ...children: IGameObject[]): IGameObject[]; //# sourceMappingURL=SetValue.d.ts.map