export default class RectangularSensorGraphics {
    _show: any;
    _radius: any;
    _xHalfAngle: any;
    _yHalfAngle: any;
    _lineColor: any;
    _showSectorLines: any;
    _showSectorSegmentLines: any;
    _showLateralSurfaces: any;
    _material: any;
    _showDomeSurfaces: any;
    _showDomeLines: any;
    _showIntersection: any;
    _intersectionColor: any;
    _intersectionWidth: any;
    _showThroughEllipsoid: any;
    _gaze: any;
    _showScanPlane: any;
    _scanPlaneColor: any;
    _scanPlaneMode: any;
    _scanPlaneRate: any;
    _definitionChanged: any;
    clone: (result: any) => any;
    merge: any;
    constructor(options?: any);
}
