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