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