import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type BluetoothOutlinedProps = FunctionalComponent; declare const BluetoothOutlined: BluetoothOutlinedProps; export default BluetoothOutlined;