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