import { Object3D, WebGLRenderer } from "three";

export class XRPlanes extends Object3D {
    constructor(renderer: WebGLRenderer);
}
