import { SVGProps } from 'react'; declare const Bitcoin: (props: SVGProps) => JSX.Element; export { Bitcoin as default };