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