import type { ContentGovernanceManagerClient } from './governance-manager-client'; declare const _default: { packageName: string; displayName: string; description: string | undefined; moduleMeta: import("@happyvertical/smrt-types").SmrtModuleMeta; entries: ({ id: string; slotId: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { article: { id: string; slug: string; title: string; description: string; publish_date: string; author: string; tags: string[]; }; showTags: boolean; articles?: undefined; content?: undefined; apiBaseUrl?: undefined; contentId?: undefined; agentChatEnabled?: undefined; agentChatNotice?: undefined; onSave?: undefined; onCancel?: undefined; contributions?: undefined; }; modes: { mock: { label: string; description?: undefined; props?: undefined; }; live?: undefined; }; } | { id: string; slotId: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { articles: { id: string; slug: string; title: string; description: string; publish_date: string; author: string; tags: string[]; }[]; showTags: boolean; article?: undefined; content?: undefined; apiBaseUrl?: undefined; contentId?: undefined; agentChatEnabled?: undefined; agentChatNotice?: undefined; onSave?: undefined; onCancel?: undefined; contributions?: undefined; }; modes: { mock: { label: string; description?: undefined; props?: undefined; }; live?: undefined; }; } | { id: string; slotId: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { content: string; article?: undefined; showTags?: undefined; articles?: undefined; apiBaseUrl?: undefined; contentId?: undefined; agentChatEnabled?: undefined; agentChatNotice?: undefined; onSave?: undefined; onCancel?: undefined; contributions?: undefined; }; modes: { mock: { label: string; description?: undefined; props?: undefined; }; live?: undefined; }; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { apiBaseUrl: string; content: { id: string; slug: string; title: string; description: string; body: string; author: string; type: string; status: string; state: string; source: string; tags: string[]; referenceIds: string[]; assetIds: never[]; assets: never[]; }; contentId: string; agentChatEnabled: boolean; agentChatNotice: string; onSave: () => void; onCancel: () => void; article?: undefined; showTags?: undefined; articles?: undefined; contributions?: undefined; }; modes: { mock: { label: string; description?: undefined; props?: undefined; }; live?: undefined; }; slotId?: undefined; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { contributions: ({ id: string; title: string; contributionTypeKey: string; status: string; revisionCount: number; editorNotes: string; contributorName: string; contributorEmail: string; intakeDecision: string; body: string; updatedAt: string; } | { id: string; title: string; contributionTypeKey: string; status: string; revisionCount: number; contributorName: string; contributorEmail: string; intakeDecision: string; body: string; updatedAt: string; editorNotes?: undefined; })[]; article?: undefined; showTags?: undefined; articles?: undefined; content?: undefined; apiBaseUrl?: undefined; contentId?: undefined; agentChatEnabled?: undefined; agentChatNotice?: undefined; onSave?: undefined; onCancel?: undefined; }; modes: { mock: { label: string; description?: undefined; props?: undefined; }; live?: undefined; }; slotId?: undefined; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { contributions: ({ id: string; title: string; contributionTypeKey: string; status: string; revisionCount: number; editorNotes: string; contributorName: string; contributorEmail: string; intakeDecision: string; body: string; updatedAt: string; } | { id: string; title: string; contributionTypeKey: string; status: string; revisionCount: number; contributorName: string; contributorEmail: string; intakeDecision: string; body: string; updatedAt: string; editorNotes?: undefined; })[]; article?: undefined; showTags?: undefined; articles?: undefined; content?: undefined; apiBaseUrl?: undefined; contentId?: undefined; agentChatEnabled?: undefined; agentChatNotice?: undefined; onSave?: undefined; onCancel?: undefined; }; modes: { mock: { label: string; description?: undefined; props?: undefined; }; live?: undefined; }; slotId?: undefined; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; modes: { mock: { label: string; description: string; props: { client: ContentGovernanceManagerClient; }; }; live: { label: string; description: string; props: { apiBaseUrl: string; }; }; }; slotId?: undefined; props?: undefined; })[]; }; export default _default; //# sourceMappingURL=playground.d.ts.map