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