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