import * as React from "react"; const BatteryEmptyWarning = ({ width, height, color }) => ( ); export default BatteryEmptyWarning;