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