import { UmbLitElement } from '../../../core/lit-element/index.js'; import './column-layouts/element-table-column-name.element.js'; import './column-layouts/element-table-column-state.element.js'; export declare class UmbElementTableCollectionViewElement extends UmbLitElement { #private; private _items?; private _selection; private _tableItems; constructor(); render(): import("lit-html").TemplateResult<1>; } export { UmbElementTableCollectionViewElement as element }; declare global { interface HTMLElementTagNameMap { 'umb-element-table-collection-view': UmbElementTableCollectionViewElement; } }