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