/** Hook that create an interval and clears it when unloaded * Reference: https://github.com/gaearon/overreacted.io/blob/master/src/pages/making-setinterval-declarative-with-react-hooks/index.md * @internal * Copied from: https://github.com/iTwin/appui/blob/master/ui/core-react/src/core-react/utils/hooks/useInterval.tsx */ export declare function useInterval(callback: (...args: any[]) => void, delay: number | undefined): void; //# sourceMappingURL=useInterval.d.ts.map