import { FC } from "react";
interface AudioWaveIconProps {
    color?: string;
    reflect?: boolean;
}
declare const AudioWaveIcon: FC<AudioWaveIconProps>;
export default AudioWaveIcon;
