import { NpeComponent } from '../../models/npe-component'; export declare class DummyTest implements NpeComponent { id: any; type: any; component: any; componentType: any; reference: any; body: any; defaultStyle: any; customStyle: any; options: DummyTestData; offset: any; position: any; title: any; width: any; } export declare class DummyTestData { number: number; }