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