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