export default function useInterval( callback: () => void, delay: null | number, leading?: boolean ): void;