/// <reference types="react" />
export interface IconLogoPaypalProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconLogoPaypal: React.FC<IconLogoPaypalProps>;
