//export * from './ios/MathView'; export const MathjaxFactory = () => { }; export const Constants = {}; // fallback to SvgXml //export { default } from './ios/MathView'; export { default } from '../fallback/SvgXml'; export type { MathViewProps } from '../common';