export interface GeoJsonOverlayProps { id?: string; data: GeoJSON.FeatureCollection; fillColor?: string; fillOpacity?: number; lineColor?: string; lineWidth?: number; lineOpacity?: number; } export declare function MapGeoJsonOverlay(props: GeoJsonOverlayProps): import("react/jsx-runtime").JSX.Element;