import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface EnvelopeIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function EnvelopeIcon({ size, color, style, className, ...props }: EnvelopeIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EnvelopeIcon.d.ts.map