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