import { SVGProps } from 'react';

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

export { Tokenpay as default };
