import * as THREE from "three"; import { CBARContext } from "../CBARContext"; import { CBARSurface } from "./CBARSurface"; import { CBARSurfaceType } from "../CBARTypes"; export declare class CBARDynamicSurface extends CBARSurface { constructor(context: CBARContext, type: CBARSurfaceType, normal: THREE.Vector3, offset: number, mask: HTMLCanvasElement); }