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