export declare function useThrottledFn(fn: (...args: Args) => Returns, props: { amount: number; ignoreFirst?: boolean; }, mountArgs?: any[]): any; //# sourceMappingURL=useThrottleFn.d.ts.map