import * as THREE from 'three'; import { SimulatorPlane } from 'xrblocks'; export declare function findPlanesInScene(root: THREE.Object3D, minArea?: number): SimulatorPlane[];