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