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