import React from 'react'; export declare const Completed: React.FC<{ total: number; unformatted: string[]; }>;