/** * Browser AI Module UI Slot Declarations * * This file defines the UI extension points for the browser-ai module. * UI components are implemented in the ./svelte subpath. */ import type { ModuleUISlot, SmrtModuleMeta } from '@happyvertical/smrt-types'; /** * Browser AI module UI slots */ export declare const BROWSER_AI_UI_SLOTS: Record; /** * Browser AI module metadata */ export declare const BROWSER_AI_MODULE_META: SmrtModuleMeta; //# sourceMappingURL=ui.d.ts.map