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