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