import type { Ref } from "vue"; import type { NInputNumberProps } from "./input-number-types"; export declare function usePrecisionRange(precision: Ref, precisionRange: Ref): { getClampedPrecision: (value: string) => number; };