export default function useDelay(callback: VoidFunction): () => void;
