import { GLTF } from "three/examples/jsm/loaders/GLTFLoader";
export declare const getChildByName: (asset: GLTF, name: string) => import("three").Object3D<import("three").Event> | undefined;
