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