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: { users: { user: { id: string; email: string; status: string; }; profile: { id: string; name: string; email: string; }; role: string; }[]; selectedId: string; onselect: () => void; user?: undefined; profile?: undefined; onsubmit?: undefined; oncancel?: undefined; open?: undefined; tenant?: undefined; roles?: undefined; onclose?: undefined; profileUrl?: undefined; settingsUrl?: undefined; signoutUrl?: undefined; }; modes: { mock: { label: string; }; }; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { user: { id: string; email: string; status: string; }; profile: { id: string; name: string; email: string; }; onsubmit: () => void; oncancel: () => void; users?: undefined; selectedId?: undefined; onselect?: undefined; open?: undefined; tenant?: undefined; roles?: undefined; onclose?: undefined; profileUrl?: undefined; settingsUrl?: undefined; signoutUrl?: undefined; }; modes: { mock: { label: string; }; }; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { open: boolean; tenant: { id: string; name: string; slug: string; status: string; }; roles: { id: string; slug: string; name: string; description: string; }[]; onsubmit: () => void; onclose: () => void; users?: undefined; selectedId?: undefined; onselect?: undefined; user?: undefined; profile?: undefined; oncancel?: undefined; profileUrl?: undefined; settingsUrl?: undefined; signoutUrl?: undefined; }; modes: { mock: { label: string; }; }; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { profile: { id: string; name: string; email: string; }; profileUrl: string; settingsUrl: string; signoutUrl: string; users?: undefined; selectedId?: undefined; onselect?: undefined; user?: undefined; onsubmit?: undefined; oncancel?: undefined; open?: undefined; tenant?: undefined; roles?: undefined; onclose?: undefined; }; modes: { mock: { label: string; }; }; })[]; }; export default _default; //# sourceMappingURL=playground.d.ts.map