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