export declare class RDListElement { color: string; title: string; author: string; file: any; icon: string; constructor(); }