export interface RecentDocumentsProps {
    loading?: boolean;
    error?: boolean;
    elements: any[];
}
