export declare const REFRESH_INTERVAL_MS = 200;
/**
 * Currently active tasks of the scan
 * - Due to high frequency of `ProgressLogger`'s `task` events re-renders are
 *   limited by `REFRESH_INTERVAL_MS`.
 * - Displayed only on CLI mode
 */
export default function Tasks(): JSX.Element;
//# sourceMappingURL=Tasks.d.ts.map