/// import Entity from 'cesium/Source/DataSources/Entity'; import { PropType } from 'vue'; declare const _default: { defaultOptions: { type: PropType; default: () => Entity.ConstructorOptions; }; modelValue: { type: PropType; default: () => import("cesium").PolygonHierarchy; }; show: { type: BooleanConstructor; default: boolean; }; }; export default _default;