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