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