import { Ratio, Percentage } from "./basic"; export declare class ValueRatio extends Ratio { private static VALUE_RATIO_NA; private constructor(); static of(pct?: Percentage): ValueRatio; static na(): ValueRatio; protected isCompatibleWith(that: ValueRatio): boolean; } //# sourceMappingURL=ValueRatio.d.ts.map