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