import * as React from 'react';
declare const UnionPay: ({ size }: {
    size: string;
}) => React.JSX.Element;
export default UnionPay;
