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