import React from 'react'; import { DirectionType } from '../ConfigProvider'; export declare const getOffset: (value: number, min: number, max: number) => number; export declare const getDirectionStyle: (direction: DirectionType, value: number, min: number, max: number) => React.CSSProperties;