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