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