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