import { UmbLitElement } from '../../core/lit-element/index.js'; export declare class UmbDictionaryCollectionDashboardElement extends UmbLitElement { private _tableConfig; render(): import("lit-html").TemplateResult<1>; } export default UmbDictionaryCollectionDashboardElement; declare global { interface HTMLElementTagNameMap { 'umb-dictionary-collection-dashboard': UmbDictionaryCollectionDashboardElement; } }