import React from "react";
interface AsciiWaveProps {
    className?: string;
    color?: string;
    speed?: number;
}
declare const AsciiWave: React.FC<AsciiWaveProps>;
export default AsciiWave;
//# sourceMappingURL=ascii-wave.d.ts.map