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