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

(parent: P, searchString: string): IGameObject | undefined; //# sourceMappingURL=GetFirstChildByName.d.ts.map