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