import { IGameObject } from '../gameobjects/IGameObject';
export declare function GetLastChild<P extends IGameObject>(parent: P, property?: string | symbol, value?: never): IGameObject | undefined;
//# sourceMappingURL=GetLastChild.d.ts.map