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