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