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