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