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