declare const useCurryFn: (fn: Function) => (...args: any[]) => any; export default useCurryFn;