import type { UmbEntityModel, UmbNamedEntityModel } from '../../../entity/index.js'; import { nothing } from '../../../../../external/lit/index.js'; import { UmbLitElement } from '../../../lit-element/index.js'; export declare class UmbEntityActionsTableColumnViewElement extends UmbLitElement { value?: UmbEntityModel | UmbNamedEntityModel; render(): typeof nothing | import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'umb-entity-actions-table-column-view': UmbEntityActionsTableColumnViewElement; } }