import { PropType } from 'vue'; import { VcTooltipProps } from '../../ui'; declare const _default: { gridFileUrl: { type: StringConstructor; default: string; }; proj4Projection: { type: StringConstructor; default: string; }; projectionUnits: { type: StringConstructor; default: string; }; proj4longlat: { type: StringConstructor; default: string; }; position: { type: StringConstructor; default: string; validator: (v: string) => boolean; }; offset: { type: ArrayConstructor; validator: (v: any) => boolean; }; color: { type: StringConstructor; default: string; }; background: { type: StringConstructor; default: string; }; showCameraInfo: { type: PropType; default: boolean; }; showMouseInfo: { type: PropType; default: boolean; }; showPerformanceInfo: { type: PropType; default: boolean; }; useProjection: { type: PropType; default: boolean; }; tooltip: { type: PropType; default: () => false | VcTooltipProps; }; }; export default _default;