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