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