import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgBluetooth: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgBluetooth; //# sourceMappingURL=Bluetooth.d.ts.map