import { nothing } from '../../../../external/lit/index.js'; import { UmbLitElement } from '../../../core/lit-element/index.js'; export declare class UmbCurrentUserThemeUserProfileAppElement extends UmbLitElement { #private; private _themeAlias?; private _themes; constructor(); render(): typeof nothing | import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export default UmbCurrentUserThemeUserProfileAppElement; declare global { interface HTMLElementTagNameMap { 'umb-current-user-theme-user-profile-app': UmbCurrentUserThemeUserProfileAppElement; } }