import { ColorsProps } from '../shared/types.js'; export declare const low: (color: ColorsProps) => string; export declare const high: (color: ColorsProps) => string; export declare const getColors: (value: string, defaultColor: string, defaultGradient: string) => any; export declare const formatInputValues: (value: number, min: number, max: number) => number; export declare const round: (val: number) => number;