declare const _default: { packageName: string; displayName: string; description: string; entries: ({ id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { stats: { todayPageviews: number; yesterdayPageviews: number; todayUsers: number; yesterdayUsers: number; trend: string; trendPercent: number; }; events?: undefined; maxRows?: undefined; propertyId?: undefined; measurementId?: undefined; provider?: undefined; status?: undefined; lastSyncAt?: undefined; siteDomain?: undefined; }; modes: { mock: { label: string; }; }; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { events: { id: string; eventName: string; clientId: string; pagePath: string; eventTimestamp: string; status: string; }[]; maxRows: number; stats?: undefined; propertyId?: undefined; measurementId?: undefined; provider?: undefined; status?: undefined; lastSyncAt?: undefined; siteDomain?: undefined; }; modes: { mock: { label: string; }; }; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { propertyId: string; measurementId: string; provider: string; status: string; lastSyncAt: string; siteDomain: string; stats?: undefined; events?: undefined; maxRows?: undefined; }; modes: { mock: { label: string; }; }; })[]; }; export default _default; //# sourceMappingURL=playground.d.ts.map