import { ShadowlessElement } from '@revesuite/lit'; import { type BlockHost } from '../../__internal__/index.js'; import type { DatabaseBlockModel } from '../database-model.js'; declare const DatabaseKanban_base: typeof ShadowlessElement & (new (...args: any[]) => import("@revesuite/lit").DisposableClass); export declare class DatabaseKanban extends DatabaseKanban_base implements BlockHost { flavour: "affine:database"; static styles: import("lit").CSSResult; get slots(): import("../../__internal__/rich-text/reference-node.js").RefNodeSlots; get page(): import("@revesuite/store/index.js").Page; get clipboard(): import("../../__internal__/clipboard/type.js").Clipboard; get getService(): (flavour: Key) => import("../../services.js").BlockServiceInstanceByKey; model: DatabaseBlockModel; host: BlockHost; connectedCallback(): void; render(): import("lit").TemplateResult; } declare global { interface HTMLElementTagNameMap { 'affine-database-kanban': DatabaseKanban; } } export {}; //# sourceMappingURL=kanban-view.d.ts.map