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