export declare const name = "removeTitle"; export declare const description = "removes "; /** * Remove <title>. * * https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title * * @author Igor Kalashnikov * * @type {import('../lib/types.js').Plugin} * @since 0.4.4 */ export declare const fn: import('../lib/types.js').Plugin;