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