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