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