export declare const formatTrackData: (trackColor: string, indicatorColor: string, bufferColor: string, timeArr: number[], buffered: TimeRanges | undefined) => { colors: string[]; values: number[]; }; export declare const seekBarAriaValueText: (seekTime: number[]) => string; //# sourceMappingURL=utils.d.ts.map