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