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