export declare const name = "removeXMLNS"; export declare const description = "removes xmlns attribute (for inline svg)"; /** * Remove the xmlns attribute when present. * * @example * * ↓ * * * @author Ricardo Tomasi * * @type {import('../lib/types.js').Plugin} * @since 0.7.0 */ export declare const fn: import('../lib/types.js').Plugin;