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