import { IGameObject } from '../gameobjects/IGameObject';
export declare function RotateChildrenRight<P extends IGameObject>(parent: P, total?: number): P;
//# sourceMappingURL=RotateChildrenRight.d.ts.map