import type { EditorHost } from '@cbi-blocksuite/block-std'; import { ShadowlessElement } from '@cbi-blocksuite/block-std'; import { CommentManager } from './comment-manager.js'; declare const CommentPanel_base: typeof ShadowlessElement & import("@cbi-blocksuite/global/utils").Constructor; export declare class CommentPanel extends CommentPanel_base { static styles: import("lit").CSSResult; host: EditorHost; private _container; commentManager: CommentManager | null; connectedCallback(): void; render(): import("lit").TemplateResult<1>; private _addComment; } declare global { interface HTMLElementTagNameMap { 'comment-panel': CommentPanel; } } export {}; //# sourceMappingURL=comment-panel.d.ts.map