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