import { ModuleUISlot, SmrtModuleMeta } from '@happyvertical/smrt-types'; /** * UI slot definitions for the tenancy module. * * Keyed by slot ID. Each entry describes a named extension point where a * host application can render a tenancy UI component (e.g., tenant card, * tenant switcher). Components are implemented in the `./svelte` subpath. * * @see TENANCY_MODULE_META */ export declare const TENANCY_UI_SLOTS: Record; /** * Module metadata for `@happyvertical/smrt-tenancy`. * * Consumed by the SMRT module system to register this package's display name, * description, data models, collections, and UI slots with the host application. * * @see TENANCY_UI_SLOTS */ export declare const TENANCY_MODULE_META: SmrtModuleMeta; //# sourceMappingURL=ui.d.ts.map