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