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