import type { RealtimeStyleFunction } from '../../types';
/**
 * A tracker style that display the delay as backgroundColor.
 *
 * @param {*} trajectory The trajectory to render.
 * @param {*} viewState The view state of the map.
 * @param {*} options Some options to change the rendering
 * @return a canvas
 * @private
 */
declare const realtimeDelayStyle: RealtimeStyleFunction;
export default realtimeDelayStyle;
