declare const useInterval: (callback: any, delay: any) => void; export default useInterval;