import React from 'react'; interface Props { finished?: boolean; } export declare const Loading: React.FC; export {};