declare const useInterval: (callback: () => void, delay: number | null) => void; export { useInterval };