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