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