import { GridsterConfig } from 'angular-gridster2'; export declare class WidgetConfiguration { name: string; key: string; type: string; options: string[]; placeholder: string; constructor(name?: string, key?: string, type?: string, options?: string[], placeholder?: string); } export declare class CustomGridsterConfig implements GridsterConfig { editable: boolean; meta: any; constructor(editable?: boolean, meta?: any); }