export declare const useThrottleFn: (fn: (...args: U) => T, ms: number, args: U) => T;