export const name: "removeNonInheritableGroupAttrs";
export const description: "removes non-inheritable group's presentational attributes";
/**
 * Remove non-inheritable group's "presentation" attributes.
 *
 * @author Kir Belevich
 *
 * @type {import('../lib/types.js').Plugin}
 */
export const fn: import("../lib/types.js").Plugin;
