import type { BaseMapTileLayerType } from './config'; declare const _default: import("vue").DefineComponent<{ map: { type: null; required: true; }; }, { getMapTitleLayer: (map: any, baseMapTitleLayers: BaseMapTileLayerType[]) => BaseMapTileLayerType[]; switchBaseMap: (map: any, titleLayer: BaseMapTileLayerType, errorTitleLayer?: string | undefined) => void; mapProps: any; status: { mapList: { iconUrl?: string | undefined; type: string; label: string; url: string; id?: string | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; subdomains?: string | string[] | undefined; errorTileUrl?: string | undefined; checked?: boolean | undefined; }[]; }; handleSelectType: (item: BaseMapTileLayerType) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; export default _default;