import * as $dara from '@darabonba/typescript'; export declare class GrafanaWorkspaceIntegrationPreview extends $dara.Model { id?: string; image?: string; name?: string; thumbnail?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }