import React from 'react';
interface IVadTimelineProps {
    vadData: Array<{
        time: number;
        vad: number;
    }>;
    chunkId: string;
}
export declare const VadTimeline: React.NamedExoticComponent<IVadTimelineProps>;
export {};
//# sourceMappingURL=vad-timeline.d.ts.map