export declare const getValuePercentage: (value: number, min: number, max: number) => number;
export declare const setLocalValueOnElement: (element: HTMLInputElement) => void;
