export declare const name = "moveGroupAttrsToElems"; export declare const description = "moves some group attributes to the content elements"; /** * Move group attrs to the content elements. * * @example * * * * * ⬇ * * * * * * @author Kir Belevich * * @type {import('../lib/types.js').Plugin} * @since 0.0.1 */ export declare const fn: import('../lib/types.js').Plugin;