export interface AudioWaveformProps { audioData: Uint8Array | null; width?: number; height?: number; barCount?: number; color?: string; } export declare function AudioWaveform({ audioData, width, height, barCount, color, }: AudioWaveformProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=audio-waveform.d.ts.map