import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const PaypalColor: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default PaypalColor;
