import React from 'react';
export declare const TimelineSequenceFrame: React.FC<{
    readonly roundedFrame: number;
    readonly premounted: boolean;
    readonly postmounted: number | null;
}>;
