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