export declare const XMLNS_HTML = 0;
export declare const XMLNS_SVG = 1;
export declare const XMLNS_MATHML = 2;
export type XMLNS = typeof XMLNS_HTML | typeof XMLNS_SVG | typeof XMLNS_MATHML;
export declare function resolveNamespaceURI(uri: string): XMLNS;
export declare function isVoidTag(xmlns: XMLNS, name: string): boolean;
//# sourceMappingURL=element-info.d.ts.map