import type PropsType from '../interface'; export default function getClosestPoint(val: number, { marks, step, min, max }: Pick): number;