import * as L from 'leaflet';
import 'proj4leaflet';
/**
 * A leaflet CRS instance for the RD coordinate reference system.
 *
 * Pass this to the `crs` leaflet map option.
 */
export declare const CRS_RD: L.Proj.CRS;
