import { Mesh } from 'three';
export declare class XRPlaneModel extends Mesh {
    constructor(plane: XRPlane);
}
