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