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