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