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