import React from "react";
interface AsciiWaveProps {
    className?: string;
    color?: string;
    speed?: number;
}
export declare const AsciiWave: React.FC<AsciiWaveProps>;
export default AsciiWave;
