export declare const mapThrottledHandlerFactory: (setFn: Function, clearFn: Function) =>

(handlerName: keyof P, ...setFnArgs: any[]) => (props: P) => P; export declare const mapThrottledHandlerTimeout:

(handlerName: keyof P, ...setFnArgs: any[]) => (props: P) => P; export declare const mapThrottledHandlerAnimationFrame:

(handlerName: keyof P, ...setFnArgs: any[]) => (props: P) => P;