import type { ManifestSectionView } from './section-view.extension.js'; export interface UmbSectionViewElement extends HTMLElement { manifest?: ManifestSectionView; }