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