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