export function getValidatedValue(value: any, min: any, max: any): number; export function getIsInputValueValid(inputValue: any): boolean; export function getHoverAreaSize({ initialSize, distance }: { initialSize: any; distance: any; }): any; export function getSizedControls({ isHorizontalOrientation, size, max, min, head, tail }: { isHorizontalOrientation: any; size: any; max: any; min: any; head: any; tail: any; }): { headMaxWidth: any; tailMaxWidth: any; headMaxHeight: any; tailMaxHeight: any; }; //# sourceMappingURL=utils.d.ts.map