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