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