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