import { Object3D, Scene } from 'three';
export declare function getObjectByCustomProperty(propName: string, value: any, scene: Scene): Object3D<import('three').Object3DEventMap> | null;
