import type Props from "../types/Props"; declare const getCircularPathRatio: (value: Props["value"]) => number; export default getCircularPathRatio; //# sourceMappingURL=getPathRatio.d.ts.map