interface LeafletLayerProps { url: string; options: L.TileLayerOptions; } declare function LeafletLayer({ url, options }: LeafletLayerProps): null; export default LeafletLayer;