export declare const name = "moveElemsAttrsToGroup";
export declare const description = "Move common attributes of group children to the group";
/**
* Move common attributes of group children to the group
*
* @example
*
*
* text
*
*
*
* ⬇
*
*
* text
*
*
*
*
* @author Kir Belevich
*
* @type {import('../lib/types.js').Plugin}
* @since 0.0.1
*/
export declare const fn: import('../lib/types.js').Plugin;