import { SVGProps } from 'react'; export interface PaypalNeutralProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * PaypalNeutral icon from social-media category * * @example * * */ export declare const PaypalNeutral: ({ size, ...props }: PaypalNeutralProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=paypal-neutral.d.ts.map