import { IGameObject } from '../gameobjects/IGameObject'; export declare function GetLastChild

(parent: P, property?: string | symbol, value?: never): IGameObject | undefined; //# sourceMappingURL=GetLastChild.d.ts.map