export function ArchiveManager({ onRestore, onClose }: { onRestore: any; onClose: any; }): any;