import { SVGProps } from 'react';

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

export { TheTransferToken as default };
