import type { GeoProjection, GeoPermissibleObjects as GeoPermissibleObjectType } from '@visx/vendor/d3-geo';
export type GeoPermissibleObjects = GeoPermissibleObjectType;
export type Projection = ProjectionPreset | (() => GeoProjection);
export type ProjectionPreset = 'orthographic' | 'albers' | 'albersUsa' | 'mercator' | 'naturalEarth' | 'equalEarth';
//# sourceMappingURL=types.d.ts.map