export declare function throttle(f: any, timeout: any, thisObj: any): () => void;
