/** * Preprocess TeX code to convert things that MathJax doesn't know how to handle * to things is does. */ declare const _default: (texCode: string) => string; export default _default;