import { IconProps } from '../lib';
declare function BatteryCharging(props: IconProps): JSX.Element;
export default BatteryCharging;
