import React from 'react';
export declare function PayPalIcon({ size, fill, }: {
    size?: number;
    fill?: string;
}): React.JSX.Element;
