import type { SVGProps } from "react"; export interface EmailHeartIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function EmailHeartIcon({ className, size, color, ...props }: EmailHeartIconProps): import("react").JSX.Element; //# sourceMappingURL=email-heart-icon.d.ts.map