export { default as toDOM } from "./to-dom.js";
export { default as toString } from "./to-string.js";
export { default as updateDOM } from "./update-dom.js";
export type RenderOptions = {
    /**
     * - Whether to wrap the output in a <math>
     * tag. Default is `false`
     */
    bare?: boolean;
};
//# sourceMappingURL=index.d.ts.map