export default class ComponentManager { private static readonly instances; element: HTMLDivElement; private observer; constructor(); static getInstance(this: new () => T): T; onMount(callback: () => Promise): void; onUnmount(callback: () => Promise): void; getElement(): HTMLDivElement; destroy(): void; } //# sourceMappingURL=ComponentManager.d.ts.map