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