import type * as React from "react"; export type PaypalStandardDefaultProps = React.SVGProps & { size?: number | string; decorative?: boolean; }; export default function PaypalStandardDefault(props: PaypalStandardDefaultProps): React.ReactElement;