import { PlaneBufferGeometry } from "three"; import VNode from "../../../vnode"; import { PlaneBufferGeometryProps } from "./component"; import { VnodeProps } from "../../../types/vnodeProps"; export declare class PlaneBufferGeometryVNode extends VNode { static NAME: string; geometry: PlaneBufferGeometry; constructor(props: VnodeProps); update(props: PlaneBufferGeometryProps): void; }