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