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