/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ export { Main } from "./main.js"; export type { IRendererOptions } from "./main.js";