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