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

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