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