import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const TakePayment: React.MemoExoticComponent>; declare type TakePaymentRef = PathIconRef; declare type TakePaymentProps = PathIconProps; export { TakePayment }; export type { TakePaymentRef, TakePaymentProps }; export default TakePayment;