import React from 'react'; import type { PathIconProps, PathIconRef } from './components'; declare const Setpay: React.ForwardRefExoticComponent; declare type SetpayRef = PathIconRef; declare type SetpayProps = PathIconProps; export { Setpay }; export type { SetpayRef, SetpayProps }; export default Setpay;