import { AttributeConfig, TagConfig } from '../types';
declare const globalMathMLAttributes: AttributeConfig;
declare const mathMLTags: TagConfig;
export { globalMathMLAttributes, mathMLTags };
