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