import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { WheatIcon as VanillaWheatIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const WheatIcon: ForwardRefExoticComponent & RefAttributes>; export declare const Wheat: ForwardRefExoticComponent & RefAttributes>;