/// <reference types="react" />
import type { SmartBattery } from './PropTypes';
declare const Battery: import("react").FC<SmartBattery>;
export { Battery };
export { SmartBattery, SmartBatteryProps } from './PropTypes';
