/**
 * Mixed-case SVG and MathML element names recognized in foreign content.
 */
export declare const elementNames: Map<string, string>;
/**
 * Mixed-case SVG and MathML attribute names recognized in foreign content.
 */
export declare const attributeNames: Map<string, string>;
//# sourceMappingURL=foreign-names.d.ts.map