export default function throttle(fn: Function, delay?: number): (...args: any) => void;