declare function throttle(func: () => void, delay: number): () => void; export default throttle;