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