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