import { FunctionArgs } from '../constants/types'; export declare function useThrottleFn(fn: T, delay?: number): (...args: any[]) => void;