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