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