import { NpeComponent } from './npe-component'; import { Background } from './background'; import { Instructor } from './instructor.model'; export declare class InstructorsList implements NpeComponent { id: any; type: any; component: any; componentType: any; reference: any; body: any; defaultStyle: any; customStyle: any; options: InstructorsListData; offset: any; position: any; title: any; width: any; } export declare class InstructorsListData { background: Background; mainColor: string; primaryColor: string; secondaryColor: string; instructors: Instructor[]; }