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