import type { UmbController } from '../controller-api/index.js'; export interface UmbContext extends UmbController { getHostElement(): Element; }