export declare const throttle: (func: Function, interval: number, leading: boolean) => () => void;