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