import type { UmbCollectionConfiguration } from '../types.js'; import type { ManifestWorkspaceViewCollectionKind } from './types.js'; import { UmbLitElement } from '../../lit-element/index.js'; export declare class UmbCollectionWorkspaceViewElement extends UmbLitElement { manifest?: ManifestWorkspaceViewCollectionKind; protected _config?: UmbCollectionConfiguration; protected _filter?: unknown; render(): import("lit-html").TemplateResult<1>; } export { UmbCollectionWorkspaceViewElement as element }; declare global { interface HTMLElementTagNameMap { 'umb-collection-workspace-view': UmbCollectionWorkspaceViewElement; } }