export declare const name = "removeUnusedNS"; export declare const description = "removes unused namespaces declaration"; /** * Remove unused namespaces declaration from svg element * which are not used in elements or attributes * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} * @since 0.0.8 */ export declare const fn: import('../lib/types.js').Plugin;