export declare const name = "removeUselessDefs";
export declare const description = "removes elements in <defs> without id";
/**
 * Removes content of defs and properties that aren't rendered directly without ids.
 *
 * @author Lev Solntsev
 *
 * @type {import('../lib/types.js').Plugin}
 * @since 0.5.1
 */
export declare const fn: import('../lib/types.js').Plugin;
