export declare const throttle: (fn: Function, delay?: number) => (this: any, ...args: any) => void;