declare function getClosestValue(values: Record, breakpoint: string, breakpoints?: readonly string[]): T | undefined; export { getClosestValue };