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