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