import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const BluetoothSearchingOutlined: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default BluetoothSearchingOutlined;
