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