import { SVGProps } from 'react';

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

export { FtxToken as default };
