import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgPayment: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgPayment; //# sourceMappingURL=Payment.d.ts.map