declare function throttle(this: any, func: Function, wait: number): () => void; export default throttle;