import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { BitcoinIcon as VanillaBitcoinIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const BitcoinIcon: ForwardRefExoticComponent & RefAttributes>; export declare const Bitcoin: ForwardRefExoticComponent & RefAttributes>;