import { Device } from '@luma.gl/core'; import { Model, ModelProps } from "../model/model.js"; /** * A flat geometry that covers the "visible area" that the GPU renders. */ export declare class ClipSpace extends Model { constructor(device: Device, opts: Omit); } //# sourceMappingURL=clip-space.d.ts.map