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