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