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