import * as React from 'react';
import { SvgProps } from 'react-native-svg';

declare const Alipay: (props: SvgProps) => React.JSX.Element;

declare const AmericanExpress: (props: SvgProps) => React.JSX.Element;

declare const Code: (props: SvgProps) => React.JSX.Element;

declare const CodeFront: (props: SvgProps) => React.JSX.Element;

declare const DinersClub: (props: SvgProps) => React.JSX.Element;

declare const Discover: (props: SvgProps) => React.JSX.Element;

declare const Elo: (props: SvgProps) => React.JSX.Element;

declare const Generic: (props: SvgProps) => React.JSX.Element;

declare const Hiper: (props: SvgProps) => React.JSX.Element;

declare const Hipercard: (props: SvgProps) => React.JSX.Element;

declare const JCB: (props: SvgProps) => React.JSX.Element;

declare const Maestro: (props: SvgProps) => React.JSX.Element;

declare const Mastercard: (props: SvgProps) => React.JSX.Element;

declare const Mir: (props: SvgProps) => React.JSX.Element;

declare const PayPal: (props: SvgProps) => React.JSX.Element;

declare const Swish: (props: SvgProps) => React.JSX.Element;

declare const UnionPay: (props: SvgProps) => React.JSX.Element;

declare const Visa: (props: SvgProps) => React.JSX.Element;

declare const LogoComponents_Alipay: typeof Alipay;
declare const LogoComponents_AmericanExpress: typeof AmericanExpress;
declare const LogoComponents_Code: typeof Code;
declare const LogoComponents_CodeFront: typeof CodeFront;
declare const LogoComponents_DinersClub: typeof DinersClub;
declare const LogoComponents_Discover: typeof Discover;
declare const LogoComponents_Elo: typeof Elo;
declare const LogoComponents_Generic: typeof Generic;
declare const LogoComponents_Hiper: typeof Hiper;
declare const LogoComponents_Hipercard: typeof Hipercard;
declare const LogoComponents_JCB: typeof JCB;
declare const LogoComponents_Maestro: typeof Maestro;
declare const LogoComponents_Mastercard: typeof Mastercard;
declare const LogoComponents_Mir: typeof Mir;
declare const LogoComponents_PayPal: typeof PayPal;
declare const LogoComponents_Swish: typeof Swish;
declare const LogoComponents_UnionPay: typeof UnionPay;
declare const LogoComponents_Visa: typeof Visa;
declare namespace LogoComponents {
  export { LogoComponents_Alipay as Alipay, Alipay as AlipayIcon, LogoComponents_AmericanExpress as AmericanExpress, AmericanExpress as AmericanExpressIcon, AmericanExpress as Americanexpress, AmericanExpress as Amex, LogoComponents_Code as Code, LogoComponents_CodeFront as CodeFront, CodeFront as CodeFrontIcon, Code as CodeIcon, Code as CvcBack, CodeFront as CvcFront, Code as CvvBack, CodeFront as CvvFront, DinersClub as Diners, LogoComponents_DinersClub as DinersClub, DinersClub as DinersClubIcon, LogoComponents_Discover as Discover, Discover as DiscoverIcon, LogoComponents_Elo as Elo, Elo as EloIcon, LogoComponents_Generic as Generic, Code as GenericBack, Generic as GenericCard, Code as GenericCardBack, Generic as GenericCardFront, CodeFront as GenericFrontCode, Generic as GenericIcon, LogoComponents_Hiper as Hiper, Hiper as HiperIcon, LogoComponents_Hipercard as Hipercard, Hipercard as HipercardIcon, LogoComponents_JCB as JCB, JCB as JCBIcon, JCB as Jcb, LogoComponents_Maestro as Maestro, Maestro as MaestroIcon, LogoComponents_Mastercard as Mastercard, Mastercard as MastercardIcon, LogoComponents_Mir as Mir, Mir as MirIcon, LogoComponents_PayPal as PayPal, PayPal as PayPalIcon, PayPal as Paypal, LogoComponents_Swish as Swish, Swish as SwishIcon, LogoComponents_UnionPay as UnionPay, UnionPay as UnionPayIcon, UnionPay as Unionpay, LogoComponents_Visa as Visa, Visa as VisaIcon };
}

export { Alipay as A, Code as C, DinersClub as D, Elo as E, Generic as G, Hiper as H, JCB as J, LogoComponents as L, Maestro as M, PayPal as P, Swish as S, UnionPay as U, Visa as V, AmericanExpress as a, CodeFront as b, Discover as c, Hipercard as d, Mastercard as e, Mir as f };
