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