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