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