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