import { EditorHost, ShadowlessElement } from '@cbi-blocksuite/block-std'; import type { Doc } from '@cbi-blocksuite/store'; import { nothing } from 'lit'; declare const EdgelessEditor_base: typeof ShadowlessElement & import("@cbi-blocksuite/global/utils").Constructor; export declare class EdgelessEditor extends EdgelessEditor_base { static styles: import("lit").CSSResult; doc: Doc; specs: import("@cbi-blocksuite/block-std").BlockSpec>>[]; private _host; get host(): EditorHost; connectedCallback(): void; getUpdateComplete(): Promise; render(): typeof nothing | import("lit").TemplateResult<1>; disconnectedCallback(): void; } declare global { interface HTMLElementTagNameMap { 'edgeless-editor': EdgelessEditor; } } export {}; //# sourceMappingURL=edgeless-editor.d.ts.map