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