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