import { CzmObject, CzmViewer } from '../../../core'; import { CzmCustomGroundRectangle } from '../../CzmObjects'; export declare class CzmCzmCustomGroundRectangle extends CzmObject { static readonly type: void; constructor(sceneObject: CzmCustomGroundRectangle, czmViewer: CzmViewer); }