import { SVGProps } from "react";
declare const SvgMute: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgMute;
