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