import type { IconProps, IconComponent } from "../../types";
interface PaypalProps extends IconProps {
    type?: "symbols" | "icon";
}
export declare const Paypal: IconComponent<PaypalProps>;
export default Paypal;
