export declare function useThrottleFn(fn: any, interval?: number): (this: any, ...args: any) => void;