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