import { FC } from "react";
interface SoundOffIconProps {
}
declare const SoundOffIcon: FC<SoundOffIconProps>;
export default SoundOffIcon;
