export declare const tileLayersGCBA: {
    baseLayers: {
        wms: {
            map: string;
            layerName: string;
            format: string;
            attribution: string;
        };
        tms: {
            map: string;
            attribution: string;
            active: boolean;
        };
        wmts: {
            map: string;
            attribution: string;
            tileSize: number;
        };
    };
};
export declare const defaultOptions: {
    params: {
        center: number[];
        zoom: number;
        zoomControl: boolean;
        dragging: boolean;
        scrollWheelZoom: boolean;
        attributionControl: boolean;
        doubleClickZoom: boolean;
    };
    language: string;
    texts: {
        es: {
            loadingLayers: string;
            loadingMaps: string;
            loadingInformation: string;
            errorLoadingInformation: string;
        };
        en: {
            loadingLayers: string;
            loadingMaps: string;
            loadingInformation: string;
            errorLoadingInformation: string;
        };
    };
    reverseOptions: {
        active: boolean;
        type: string;
        radius: number;
    };
    showScaleControl: boolean;
    showLoadingControl: boolean;
};
