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