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