import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const BatteryChargingFull2FillIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default BatteryChargingFull2FillIcon;
