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