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