import * as $dara from '@darabonba/typescript'; export declare class GrafanaWorkspaceNews extends $dara.Model { date?: number; description?: string; image?: string; link?: string; title?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }