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