import type { ProjectionProps } from './Projection';
import type { GeoPermissibleObjects } from '../types';
/**
 * All props pass through to `<Projection projection="albers" {...props} />`
 */
export default function Albers<Datum extends GeoPermissibleObjects>(props: Omit<ProjectionProps<Datum>, 'projection'>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Albers.d.ts.map