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