import type { BarMap } from './types';
declare type Recordable<T = any> = Record<string, T>;
export declare const BAR_MAP: BarMap;
export declare function renderThumbStyle({ move, size, bar }: {
    move: any;
    size: any;
    bar: any;
}): any;
export declare function toObject<T>(arr: Array<T>): Recordable<T>;
export {};
