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