import { FineArrow } from './arrow/fineArrow'; import { PincerArrow } from './arrow/pincerArrow'; import { AttackArrow } from './arrow/attackArrow'; import { SingleArrow } from './arrow/singleArrow'; import { SwallowtailArrow } from './arrow/swallowtailArrow'; import { StraightLineArrow } from './arrow/straightLineArrow'; import { CurvedLineArrow } from './arrow/curvedLineArrow'; import { IconPoint } from './iconPoint'; import { CesiumTypes, CreateByDataOptions } from './type'; import { Curve } from './polyline/curve'; import { FreehandLine } from './polyline/freehandLine'; import { Polyline } from './polyline/polyline'; import { ArcLine } from './polyline/arcLine'; import { default as Polygon } from './polygon/polygon'; import { Rectangle } from './polygon/rectangle'; import { Circle } from './polygon/circle'; import { Ellipse } from './polygon/ellipse'; import { default as Sector } from './polygon/sector'; import { FreehandPolygon } from './polygon/freehandPolygon'; import { CurvedSurface } from './polygon/curvedSurface'; import { ThreeArrow } from './arrow/threeArrow'; import { ProfessorPath } from './movePath/professorPath'; import { ArmyPath } from './movePath/armyPath'; import { CMLDEFPath } from './movePath/CMLDEFPath'; import { ElectricPath } from './movePath/electricPath'; import { PolicePath } from './movePath/policePath'; import { FirefightPath } from './movePath/firefightPath'; import { MedicalPath } from './movePath/medicalPath'; import { RescuePath } from './movePath/rescuePath'; import { EngineeringPath } from './movePath/engineeringPath'; import { OilConveyingPipePath } from './dashPolyline'; import * as Cesium from 'cesium'; declare const CesiumSymbol: { IconPoint: typeof IconPoint; FineArrow: typeof FineArrow; PincerArrow: typeof PincerArrow; AttackArrow: typeof AttackArrow; SingleArrow: typeof SingleArrow; SwallowtailArrow: typeof SwallowtailArrow; StraightLineArrow: typeof StraightLineArrow; CurvedLineArrow: typeof CurvedLineArrow; Curve: typeof Curve; FreehandLine: typeof FreehandLine; Polyline: typeof Polyline; ArcLine: typeof ArcLine; Polygon: typeof Polygon; Rectangle: typeof Rectangle; Circle: typeof Circle; Ellipse: typeof Ellipse; Sector: typeof Sector; FreehandPolygon: typeof FreehandPolygon; CurvedSurface: typeof CurvedSurface; ThreeArrow: typeof ThreeArrow; ProfessorPath: typeof ProfessorPath; ArmyPath: typeof ArmyPath; CMLDEFPath: typeof CMLDEFPath; ElectricPath: typeof ElectricPath; PolicePath: typeof PolicePath; FirefightPath: typeof FirefightPath; MedicalPath: typeof MedicalPath; RescuePath: typeof RescuePath; EngineeringPath: typeof EngineeringPath; OilConveyingPipePath: typeof OilConveyingPipePath; createGeometryFromData: (cesium: CesiumTypes, viewer: Cesium.Viewer, options: CreateByDataOptions) => void; }; export default CesiumSymbol;