import React from 'react'; export declare const AudioWaveform: React.FC<{ audioFilePath: string; }>;