import type { MeasureUnitType, areaUnitType, MeasureUnitSymbolType } from '../interfaces';
export declare const convertArea: (value: number, unit: MeasureUnitType, areaUnit?: areaUnitType, measureUnitSymbols?: MeasureUnitSymbolType) => {
    area: number;
    unit: string;
};
//# sourceMappingURL=convertArea.d.ts.map