import { ITilerLayerOptions } from "../interfaces/option.interface";
export declare const tileLayerSelect: (service?: string, options?: ITilerLayerOptions) => import("leaflet").TileLayer.WMS;
