import type { Polygon, Feature, FeatureCollection } from 'geojson';
import { XY, mapFitOptions, mapFitResult, boundingOrientation } from './types';
import type { AllGeoJSON } from '@turf/helpers';
declare function mapFitFeatures(features: FeatureCollection, screenDimensions: XY, options?: mapFitOptions): mapFitResult;
export declare function minimumBoundingRectangle(geoJsonInput: AllGeoJSON): {
    boundsOrientation: boundingOrientation;
    boundingRectangle: Feature<Polygon>;
};
export { mapFitFeatures };
//# sourceMappingURL=index.d.ts.map