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