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