/// export interface IconBatteryChargingProps { size?: string; style?: React.CSSProperties; } export declare const IconBatteryCharging: React.FC;