import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function LemonIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { LemonIcon, LemonIcon as default };
//# sourceMappingURL=Lemon.d.ts.map