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