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