import type React from 'react'; interface CurrentTimeIndicatorProps { show: boolean; leftOffset?: string; } export declare const CurrentTimeIndicator: React.FC; export {};