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