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