export default useInterval; declare function useInterval(callback: any, delay: any): import("react").MutableRefObject;