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