import { UmbLitElement } from '../../../core/lit-element/index.js'; export declare class UmbCurrentUserProfileUserProfileAppElement extends UmbLitElement { render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export default UmbCurrentUserProfileUserProfileAppElement; declare global { interface HTMLElementTagNameMap { 'umb-current-user-profile-user-profile-app': UmbCurrentUserProfileUserProfileAppElement; } }