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