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