import { Projection } from "../lib/projections";
declare const ColorProjection: Projection;
export default ColorProjection;
