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