import React from 'react';
export declare const TimelineImageInfo: React.FC<{
    readonly src: string;
    readonly visualizationWidth: number;
}>;
