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