import './chat-panel-messages.js'; import './chat-panel-input.js'; import type { RootService } from '@cbi-blocksuite/blocks'; import { LitElement } from 'lit'; import type { AffineEditorContainer } from '../../editors/index.js'; declare const ChatPanel_base: typeof LitElement & import("@cbi-blocksuite/global/utils").Constructor; export declare class ChatPanel extends ChatPanel_base { static styles: import("lit").CSSResult; editor: AffineEditorContainer; get rootService(): import("@cbi-blocksuite/blocks").EdgelessRootService | import("@cbi-blocksuite/blocks").PageRootService; get copilot(): RootService['copilot']; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'chat-panel': ChatPanel; } } export {}; //# sourceMappingURL=index.d.ts.map