import React from 'react'; export declare const Globbing: React.FC; export declare const Running: React.FC<{ action: string; total: number; }>;