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