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