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