import { ShadowlessElement } from '@cbi-blocksuite/block-std'; import { nothing } from 'lit'; import type { Comment, CommentManager } from './comment-manager.js'; declare const CommentInput_base: typeof ShadowlessElement & import("@cbi-blocksuite/global/utils").Constructor; export declare class CommentInput extends CommentInput_base { static styles: import("lit").CSSResult; manager: CommentManager; onSubmit?: (comment: Comment) => void; private _editor; get host(): import("@cbi-blocksuite/block-std").EditorHost; private _submit; private _cancel; render(): typeof nothing | import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'comment-input': CommentInput; } } export {}; //# sourceMappingURL=comment-input.d.ts.map