import type { ManifestSectionSidebarApp } from './section-sidebar-app.extension.js'; export interface UmbSectionSidebarAppElement extends HTMLElement { manifest?: ManifestSectionSidebarApp; }