import { UnitWithSymbols } from "./unitTypeArithmetic";
export declare function defaultFormatUnit(unit: UnitWithSymbols): string;
