declare const _default: { packageName: string; displayName: string; description: string | undefined; moduleMeta: import("@happyvertical/smrt-types").SmrtModuleMeta; entries: ({ id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { tenant: { id: string; name: string; slug: string; status: string; }; memberCount: number; selected: boolean; actions: boolean; onclick: () => void; onedit: () => void; ondelete: () => void; memberships?: undefined; tenants?: undefined; currentTenantId?: undefined; onchange?: undefined; }; modes: { mock: { label: string; }; }; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { memberships: { id: string; tenantId: string; }[]; tenants: Map; currentTenantId: string; onchange: () => void; tenant?: undefined; memberCount?: undefined; selected?: undefined; actions?: undefined; onclick?: undefined; onedit?: undefined; ondelete?: undefined; }; modes: { mock: { label: string; }; }; })[]; }; export default _default; //# sourceMappingURL=playground.d.ts.map