import type { AreaUnit } from '../interfaces/AreaUnit';
import type { GeoJSONStoreFeatures } from 'terra-draw';
export declare const calcArea: (feature: GeoJSONStoreFeatures, areaUnit: AreaUnit, areaPrecision: number) => GeoJSONStoreFeatures;
//# sourceMappingURL=calcArea.d.ts.map