import { UmbLitElement } from '../core/lit-element/index.js'; export declare class UmbDashboardPerformanceProfilingElement extends UmbLitElement { #private; private _profilingStatus; private _isDebugMode; private _isLoading; private _toggle; private _notificationContext; firstUpdated(): Promise; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export default UmbDashboardPerformanceProfilingElement; declare global { interface HTMLElementTagNameMap { 'umb-dashboard-performance-profiling': UmbDashboardPerformanceProfilingElement; } }