import type { SVGProps } from "react"; export interface PaypalIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function PaypalIcon({ className, size, color, ...props }: PaypalIconProps): import("react").JSX.Element; //# sourceMappingURL=paypal-icon.d.ts.map