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