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