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