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