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