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