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