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