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