declare class Projection {
    lngLatToPoint(): void;
    pointToLngLat(): void;
}
export default Projection;
