import { NpeComponent } from './npe-component'; import { Background } from './background'; export declare class LectureList implements NpeComponent { id: any; type: any; component: any; componentType: any; reference: any; body: any; defaultStyle: any; customStyle: any; options: LectureListData; offset: any; position: any; title: any; width: any; } export declare class LectureListData { background: Background; mainColor: string; primaryColor: string; secondaryColor: string; accordionBackgroundColor: string; }