import { type CSSProperties } from 'react'; import type { TrackCSSProps, TrackLeftProps } from './../../types'; export declare const getTrackCSS: (spec: TrackCSSProps) => CSSProperties; export declare const getTrackAnimateCSS: (spec: TrackCSSProps) => CSSProperties; export declare const getTrackLeft: (spec: TrackLeftProps) => number;