export declare const BaseMapTitleLayer: import("map-sdk-leaflet/es/utils").SFCWithInstall import("./src/config").BaseMapTileLayerType[]; switchBaseMap: (map: any, titleLayer: import("./src/config").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: import("./src/config").BaseMapTileLayerType) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>> & Record; export default BaseMapTitleLayer; export * from './src/config';