import { XMLService } from '../../services/xml'; import { WMSLayer } from '../ows/wms'; export declare class GeoserverWMSLayer extends WMSLayer { _preview: string; _legend: string; xml: XMLService; get preview(): string; get legend(): string; private getBoundingBox; private getPreviewSize; }