//#region src/main/private/View.d.ts interface View { mount: (root: HTMLElement) => void; unmount: () => void; } //#endregion export { View as t };