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