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