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