import { SVGProps } from 'react';

declare const BytecoinBcn: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { BytecoinBcn as default };
