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