import type { WidgetState } from './shared-state.svelte.js'; interface Props { ws: WidgetState; } declare const AIAssist: import("svelte").Component; type AIAssist = ReturnType; export default AIAssist; //# sourceMappingURL=AIAssist.svelte.d.ts.map