import { IGameObject } from '../gameobjects/IGameObject';
export declare function MoveChildDown<T extends IGameObject>(child: T): T;
//# sourceMappingURL=MoveChildDown.d.ts.map