import { NpeComponent } from './npe-component'; import { Background } from './background'; export declare class Summary implements NpeComponent { id: any; type: any; component: any; componentType: any; reference: any; body: any; defaultStyle: any; customStyle: any; options: SummaryData; offset: any; position: any; title: any; width: any; } export declare class SummaryData { iconColor: string; textColor: string; background: Background; }