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