import '../__internal__/rich-text/rich-text.js'; import { BlockElement } from '@revesuite/lit'; import { type AffineTextSchema } from '../__internal__/rich-text/virgo/types.js'; import type { ListBlockModel } from './list-model.js'; export declare class ListBlockComponent extends BlockElement { static styles: import("lit").CSSResult; showChildren: boolean; readonly textSchema: AffineTextSchema; private _select; private _onClickIcon; firstUpdated(): void; connectedCallback(): void; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'affine-list': ListBlockComponent; } } //# sourceMappingURL=list-block.d.ts.map