import { SVGProps } from 'react';

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

export { KucoinToken as default };
