import React from 'react';
import { OSMViewProps, OSMViewRef } from '../types';
/**
 * MapLibre GL JS implementation for OSMView on web
 *
 * Simple implementation focusing on:
 * - Base map rendering
 * - Zoom controls
 * - Basic layer switching
 */
declare const MapLibreOSMView: React.ForwardRefExoticComponent<OSMViewProps & React.RefAttributes<OSMViewRef>>;
export default MapLibreOSMView;
//# sourceMappingURL=OSMView.maplibre.web.d.ts.map