import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const EnvelopeIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link EnvelopeIcon} instead.
 */
export declare const Envelope: typeof EnvelopeIcon;
export default EnvelopeIcon;
