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