import React from 'react'; export interface IVeltCommentPlayerTimelineProps { totalMediaLength?: number; offset?: number; shadowDom?: boolean; videoPlayerId?: string; onCommentClick?: Function; onReactionClick?: Function; } declare const VeltCommentPlayerTimeline: React.FC; export default VeltCommentPlayerTimeline;