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