import React from 'react';
import { OSMViewProps, OSMViewRef } from '../types';
/**
 * Smart Web component for OSMView.
 *
 * Automatically detects if MapLibre GL is available:
 * - If available: Uses real interactive maps with MapLibre GL JS
 * - If not available: Uses safe fallback UI
 *
 * This provides the best experience while maintaining safety.
 */
declare const OSMView: React.ForwardRefExoticComponent<OSMViewProps & React.RefAttributes<OSMViewRef>>;
export default OSMView;
//# sourceMappingURL=OSMView.web.d.ts.map