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