declare const StreamWave: React.FC<{
    stream: any;
    className?: any;
    color?: string;
}>;
export default StreamWave;
