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