import * as React from "react"; import { IconProps } from '../lib'; declare const Envelope: (props: IconProps) => React.JSX.Element; export default Envelope; //# sourceMappingURL=Envelope.d.ts.map