import { SVGProps } from 'react';

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

export { BiboxToken as default };
