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