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