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