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