import type { VcCamera, VcContextOptions } from 'vue-cesium/es/utils/types'; import type { PropType } from 'vue'; import { VcSkeletonProps } from '../../ui'; declare const _default: { cesiumPath: StringConstructor; animation: { type: BooleanConstructor; default: boolean; }; baseLayerPicker: { type: BooleanConstructor; default: boolean; }; fullscreenButton: { type: BooleanConstructor; default: boolean; }; vrButton: { type: BooleanConstructor; default: boolean; }; geocoder: { type: PropType; default: boolean; }; homeButton: { type: BooleanConstructor; default: boolean; }; infoBox: { type: BooleanConstructor; default: boolean; }; sceneModePicker: { type: BooleanConstructor; default: boolean; }; selectionIndicator: { type: BooleanConstructor; default: boolean; }; timeline: { type: BooleanConstructor; default: boolean; }; navigationHelpButton: { type: BooleanConstructor; default: boolean; }; navigationInstructionsInitiallyVisible: { type: BooleanConstructor; default: boolean; }; scene3DOnly: { type: BooleanConstructor; default: boolean; }; shouldAnimate: { type: BooleanConstructor; default: boolean; }; clockViewModel: PropType; selectedImageryProviderViewModel: PropType; imageryProviderViewModels: PropType; selectedTerrainProviderViewModel: PropType; terrainProviderViewModels: PropType; imageryProvider: PropType; terrainProvider: PropType; skyBox: { type: PropType; default: () => any; }; skyAtmosphere: { type: PropType; default: () => any; }; fullscreenElement: { type: PropType; }; useDefaultRenderLoop: { type: BooleanConstructor; default: boolean; }; targetFrameRate: NumberConstructor; showRenderLoopErrors: { type: BooleanConstructor; default: boolean; }; useBrowserRecommendedResolution: { type: BooleanConstructor; default: boolean; }; automaticallyTrackDataSourceClocks: { type: BooleanConstructor; default: boolean; }; contextOptions: PropType; sceneMode: { type: NumberConstructor; default: number; }; mapProjection: PropType; globe: { type: PropType; default: () => any; }; orderIndependentTranslucency: { type: BooleanConstructor; default: boolean; }; creditContainer: PropType; creditViewport: PropType; dataSources: PropType; terrainExaggeration: { type: NumberConstructor; default: number; }; shadows: { type: BooleanConstructor; default: boolean; }; terrainShadows: { type: NumberConstructor; default: number; }; mapMode2D: { type: NumberConstructor; default: number; }; projectionPicker: { type: BooleanConstructor; default: boolean; }; requestRenderMode: { type: BooleanConstructor; default: boolean; }; maximumRenderTimeChange: { type: NumberConstructor; default: number; }; debugShowFramesPerSecond: { type: BooleanConstructor; default: boolean; }; showCredit: { type: BooleanConstructor; default: boolean; }; accessToken: StringConstructor; camera: { type: PropType; default: () => VcCamera; }; navigation: { type: BooleanConstructor; default: boolean; }; TZCode: { type: StringConstructor; }; UTCOffset: { type: NumberConstructor; }; removeCesiumScript: { type: BooleanConstructor; default: boolean; }; autoSortImageryLayers: { type: BooleanConstructor; default: boolean; }; enableMouseEvent: { type: BooleanConstructor; default: boolean; }; skeleton: { type: PropType; default: () => VcSkeletonProps; }; }; export default _default;