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