import type { EditorHost } from '@cbi-blocksuite/block-std'; import type { RootService } from '@cbi-blocksuite/blocks'; import { LitElement } from 'lit'; declare const ChatPanelInput_base: typeof LitElement & import("@cbi-blocksuite/global/utils").Constructor; export declare class ChatPanelInput extends ChatPanelInput_base { static styles: import("lit").CSSResult; host: EditorHost; copilot: RootService['copilot']; textarea: HTMLTextAreaElement; closeWrapper: HTMLDivElement; images: File[]; curIndex: number; isInputEmpty: boolean; send: () => void; protected render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'chat-panel-input': ChatPanelInput; } } export {}; //# sourceMappingURL=chat-panel-input.d.ts.map